html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#site-background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#scroller-content {
	position: absolute;
	width: 993px;
	left: 50%;
	margin-left: -500px;
}
#header-container {
	height: 90px;
	background:url(../../images/header/header-background.jpg) repeat-x;
}
#header {
	position: relative;
	height: 90px;
	margin: 0 auto;
	width: 1000px;
	background-position: left top;
	background-repeat: no-repeat;
}
#site-container {
	width: 1000px;
	position: relative;
}
#footer-container {
	float:left;
	width:991px;
	background-color:#eeeeee;
	border: 1px solid black;}
#footer {
	font-size:10px;
	font-family:Arial;
	color:#333333;
}
#footer a {
	font-size:10px;
	font-family:Arial;
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	color:#9a0000;
}
span.color {
	font-size:10px;
	font-family:Arial;
	color:#333333;
	text-decoration:none;
}
#company{
	font-size:10px;
	font-family:Arial;
	color:#333333;
}
