* {
		margin:0;
		padding:0;
		}

html, body {
		overflow:auto;
		height:100%;
		}
html {
overflow:auto;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #333333;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: #333333;

scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: black;
}
body {
	background-color: #000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	topmargin:0;
	overflow:auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: none;
	}
.box {
	border: 1px solid #FFFFFF;
}
.email  {
	color: #FFFFFF;
	text-decoration: underline;
	}
.email a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
.email a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
.email a:hover {
	color: #999999;
	text-decoration: underline;
	}



P.dec_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #98867C;
	text-align: justify;
	word-spacing: normal;
}
P.dec_text2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	word-spacing: normal;
}
P.dec_title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	word-spacing: normal;
}
P.link {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-327px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:654px;
		width:950px;
		clear:left;

		}
#preload { height: 0; overflow: hidden; }