* {
		margin:0;
		padding:0;
		}
 
html, body {
		height:100%;
		}
 
body {
		background-color:#999898;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#333;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-282px; /* half of container's height */
		float:left;
		}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
	    width:1008px;
	    height:563px;
		clear:left;
		}
#site {
		position:absolute;
		width:1008px;
		height:600px;
	}
#headercontainer {
		width:1008px;
		height:80px;
}
#headerlogo {
		width:124px;
		height:80px;
		float: left;
}
#headertitle {
		width:884px;
		height:50px;
		float: right;
}
#headerlinks {
		width:884px;
		height:30px;
		float: right;
}
#pagecontent {
		width:1008px;
		height:322px;
}
#blankpagecontent {
		width:1008px;
		height:322px;
		background-image:url(images/bg.jpg);
		text-align:center;		
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#333;
}
#controlpanellinks {
		width:1008px;
		height:322px;
		text-align:center;		
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#333;
}
#pageblankcontent {
		width:900px;
}
#hostingbanner {
		width:1008px;
		height:24px;
}
#bottomlinks {
		width:1008px;
		height:103px;
}
#footer {
		width:1008px;
		height:34px;
}
.TEXT {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}