div#container {
	position:absolute;
	top:0;
	left:50%;
	width:650px;
	margin-left:-325px;
	z-index:1;
	background-color: #2e001d;
}

div#header {
	width:650px;
	left: 0;
	position: relative;
	z-index:2;
	}

div#content {
	width:500px;
	left: 0;
	position: relative;
	padding-left: 75px;
	padding-right: 75px;
	overflow: visible;
	z-index:2;
	padding-top: 0px;
	background-color: #2E001D;
	}
	
div#footer {
	width:650px;
	height:44px;
	left: 0;
	position: relative;
	z-index:2;
	}
