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

#main-container {
	width: 960px;
	margin-bottom: 41px;
}
html>body #main-container {
	margin-bottom: 50px;
}

html>/**/body #main-container {
	margin-bottom: 41px;
}


#header {
	width: 960px;
}


/* FOOTER */
#footer {
	position: absolute;
	width: 950px;
	padding: 6px 0 0 10px;
	margin-left: -480px;
	left: 50%;
	bottom: 0;
}
html>body #footer {
	margin-left: -480px;
}
