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

#main-container {
	width: 860px;
	margin-bottom: 155px;
}
html>body #main-container {
	margin-bottom: 175px;
}

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


#header {
	width: 860px;
}


/* FOOTER */
#footer {
	position: absolute;
	width: 850px;
	height: 20px;
	padding: 80px 0 0 10px;
	margin: 0 auto;
	bottom: 0;
}
