﻿/* 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: 40px;
}

#header {
	width: 900px;
}


/* FOOTER */
#footer {
	position: absolute;
	width: 870px;
	padding: 37px 0 0 30px;
	margin-left: -450px;
	left: 50%;
	bottom: 0;
}
html>body #footer {
	margin-left: -450px;
}
