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

#main-container {
	width: 770px;
	margin-bottom: 30px;
}

#header {
	width: 770px;
}


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

