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

#main-container {
	width: 970px;
	margin-bottom: 46px;
}

#header {
	width: 970px;
}


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


