﻿/* CSS */
/* LAYOUT */
#container {
	width: 890px;
	margin-left: -445px;
	left: 50%;
	height: 750px;
}

#main-container {
	width: 890px;
	margin-bottom: 150px;
	overflow: hidden;
	height:600px;
}

#header {
	width: 400px;
}

/* FOOTER */
#footer {
	position: absolute;
	width: 850px;
	margin-left: -445px;
	left: 50%;
	bottom: 0;
	z-index: 10;
}
