body , html, div#altContent{
	background-image: url(../background.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	text-align: center;
	width:100%;
	height:100%;
}
div#altContent {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#altContent #header{
	width:800px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	height: 260px;
	}
div#altContent #headerbox{
	margin-left:0px;
	margin-top:0px;
	width:800px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
div#altContent #headertop {
	margin-left:0px;
	margin-top:0px;
	width:800px;
	height:20px;
	margin-bottom:0px;
	background-image: url(../images/img_top_header.png);
}
div#altContent #imglogo {
	width:800px;
	height:220px;
	background-image: url(../images/img_back_header.png);
	background-repeat: repeat-y;
	text-align: center;
}
div#altContent img#centerimage {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#altContent #headerbottom {
	margin-left:0px;
	margin-top:0px;
	width:800px;
	height:20px;
	margin-bottom:0px;
	background-image: url(../images/img_bottom_footer.png);
}
div#altContent #mainContent{
	padding: 0 20px;
}
div#altContent #footer{
	width: 800px;
	height: 120px;
	text-align: center;
}
div#altContent #footertop {
	width:800px;
	height:20px;
	background-image: url(../images/img_top_footer.png);
}
div#altContent #footercenter {
	width:800px;
	height:60px;
	background-image: url(../images/img_back_footer.png);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 10px;
}
div#altContent #footerbottom {
	margin-left:0px;
	margin-top:0px;
	width:800px;
	height:20px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/img_bottom_header.png);
	overflow:hidden;
}
