html, body {
	height:100%;
	width:100%;
}

body.home {
	margin: 0px;
	font-family: arial;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width:990px;
	height:100%;
	min-height:100%;
	background-color: #333;
}

#container_content {
	padding:20px;
	text-align: center;
}

h1 {
	color: #eee;
}

#container:after {/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}
