body {
	margin: 0px;
	background: #000000;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 700px;
	height: 586px;

	background: #ffffff;
	
	margin: -293px -350px -239px -350px;
}

#banner {
	position: absolute;
	top: 0px;
	left: -33px;
	right: -33px;
	
	height: 114px;
	
	background: url(../img/banner_logo.jpg) no-repeat #000000;
	padding-top: 0px;
	padding-left: 265px;
	
	margin-top: 0px;
}

#content {
	position: absolute;
	top: 114px;
	left: 0px;
	
	width: 700px;
	height: 451px;
	
	background: #000000;
}

#footer {
	position: absolute;
	top: 565px;
	left: 0px;
	
	height: 21px;
	width: 680px;

	background: #000000;
	
	padding: 3px 10px 0px 10px;
	color: #ffffff;
}

