html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#F2F2F2;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#F2F2F2;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background-color:#F2F2F2;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#content {
	padding:10% 0px; /* bottom padding for footer */
	
	text-align: center;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
		
	text-align: center;
	color: #3B464C;
}
