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

#main-container {
	width: 1100px;
	margin-bottom: 83px;
}

#header {
	width: 1100px;
}


