﻿/* CSS */
/* LAYOUT */
#container {
	width: 900px;
	margin-left: -450px;
	left: 50%;
	min-height: 100%;
	height: 100%;
}
html>body #container {
	height: auto;
}

#main-container {
	width: 900px;
	margin-bottom: 59px;
}

#header {
	width: 900px;
}


/* FOOTER */
#footer {
	position: absolute;
	width: 885px;
	margin-left: -450px;
	left: 50%;
	bottom: 0;
}

