html, body {
margin: 0;
 padding: 0; 
 height: 100%;
 }
body {
	background-color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-370px; /* half of container's height */
		float:left;
		}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:600px;
		width:900px;
		clear:left;
		}
td,p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}

.grey1 {
	color: #CCCCCC;
}
.grey2 {
	color: #8f8f8f;
}
.grey3 {
	color: #333333;
}

.box-grey {
	border: 1px solid #999999;
}
.box-white {
	border: 1px solid #FFFFFF;
}

.box-white {
	border: 1px solid #FFFFFF;
}

.line-right {
	border-right: 1px solid #8f8f8f;
}
.line-left {
	border-left: 1px solid #8f8f8f;
}
.line-top-bottom {
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}
.logo {
margin-left:10px;
}
.imgc1 {
  position:absolute;
  margin-left:0px;
  margin-top:0px;
  z-index: 50;
}
.imgc2 {
  position: absolute;
  margin-left:888px;
  margin-top:0px;
  z-index: 50;
}
.imgc3 {
  position: absolute;
  margin-left:888px;
  margin-top:588px;
  z-index: 50;
}
.imgc4 {
  position: absolute;
  margin-left:0px;
  margin-top:588px;
  z-index: 50;
}
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	
	padding: 0;
	list-style: none;
	float: left;
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {

}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-left:8px;
	padding: 0;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 3px;
	width: 190px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:#999999;
	color:#ffffff;
	font-weight: bold;
}
#sddm div a:hover {
	background: #e37219;
	color: #ffffff;
}
.boxx {
	border: 1px solid #999999;
	width: 900px;
	height: 600px;
}