/*	setup styles
	- font-size:100% ensures that the styling is based on the browsers default font size used for ems
---------------------------------------------------------------*/
body{
	font-size:100%;
	background:#5f5657;
}

#container{
	padding-top:50px;
	max-width:1200px;
	min-width:250px;
	min-height:100%;
	margin:0 auto;
	padding:50px 0px 0px 5px;
	background:#5f5657;
	position:relative;
}