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

#main-container {
	width: 960px;
	/* margin-bottom: 100px; */
}

#header {
	width: 959px;
}


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

