﻿/* CSS */

/* LAYOUT */
#container {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	min-height: 890px;
	height:expression( this.scrollHeight < 890? "890px" : "auto" );
}

#main-container {
	width: 800px;
	margin-bottom: 44px;
	overflow: hidden;
	min-height: 846px;
	height:expression( this.scrollHeight < 846? "846px" : "auto" );
}

#header {
	width: 800px;
	padding-top: 15px;
	background: #295c5e;
}

/* FOOTER */
#footer {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	bottom: 0;
}
