@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}
#container {
	margin: 0px auto;
	position:relative;
	padding: 0px;
	width: 900px;
	height: 600px;
	clear:left;
}
#content {
	background-color: #e3e2d4;
	width: 900px;
	float: left;
	clear: both;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 15px;
	text-align: center;
}
#footer #floatleft {
	margin-right: auto;
	margin-left: auto;
}
#footer #floatright {
	float: right;
	padding-left: 25px;
}
#footer p {
	font-size: 10px;
	line-height: 14px;
	color: #81775F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a {
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#noflash {
	width: 400px;
	margin: auto;
	text-align: left;
	padding: 10px;
	float: left;
}
#noflash a {
	color: #3366CC;
}
#noflash p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 10px;
	font-size: 14px;
	line-height: 18px;
}

