@charset "utf-8";
/* CSS Document */

body { background-color:#000000; }

div.header{
	position:relative;
	height:413px;
	width:1020px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background:url(images/header.png) top center no-repeat;
	overflow:hidden;
	background-position:center;
	float:inherit;
} 

div.body{ width:1020px; text-align:left; margin-left:auto; margin-right:auto; background:url(images/back.png) repeat-y; float:inherit;} 

td.content{ width:800px; padding: 0px 71px 0px 71px; margin-left:auto; margin-right:auto; }

div.footer{
	height:239px;
	width:1020px;
background:url(images/footer.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/footer.png);
	float:inherit;
	overflow:visible;
}
