#container {
	position: absolute;
	top: 50px;
	left: 50%;
	
	margin-left: -251px;
	
	width: 502px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 502px;
	height: 225px;
	
	background: url(../img/bg_header.jpg);
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-top: 225px;
	padding-top: 35px;
	
	width: 502px;

	background: url(../img/bg_content.jpg);
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 502px;
	height: 55px;
	
	background: url(../img/bg_footer.jpg);
}

