html {
	background: url('/images/index/top_bg.jpg') repeat-x scroll 50% 0 #FFFFFF;
}
.contractor {
	margin: auto; /* center in viewport */
	width: 957px;
}
.header {
	float:left;
	width:957px;
	height:496px;
}
.hdtop {
	padding-top:10px;
	/* letter-spacing:1px; */
	line-height:150%;
}
.hdtop span {
	font-size:108%;
}
.hdtop a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.hdtop a:visited{
	color:#FFFFFF;
}
/* mouse over link */
.hdtop a:hover{
	/* color:#FFFFFF; */
	text-decoration: underline;
}
/* selected link */
.hdtop a:active {
	color: #FFFFFF;
}
.content {
	float:left;
	width:951px;
	height:280px;
	background:url('/images/index/content_bg.png');
}
.content a:link{
	color:#FFFFFF;
	text-decoration: none;
}
.content a:visited{
	color:#FFFFFF;
}
/* mouse over link */
.content a:hover{
	/* color:#FFFFFF; */
	text-decoration: underline;
}
/* selected link */
.content a:active {
	color: #FFFFFF;
}
.footer {
	float:left;
	height:77px;
	width:950px;
	background: url('/images/index/footer_bg.jpg') left center no-repeat;
	font-size:112%;
	color: black;
}