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

#header {
	width: 572px;
	padding: 0 0 0 398px;
}
