/** - Structure CSS - **/

body{
	/*font-family:"Courier New", Courier, monospace !important;*/
}

#container{
	margin:auto;
	width:1157px;
	min-height:800px;
	position:relative;
}

#overlay{
	width:100%;
	height:100%;
	position:absolute;
	top:170px;
	left:0px;
	background-color:#FFFFFF;
	z-index: 9999;
	width:970px;
	margin-left:92px;
}

#header{
	width:960px;
	margin:auto;
	padding:10px 0px 10px 0px;
}

#main-content{
	width:940px;
	margin:auto;
	position: relative;
}

#footer{
	width:960px;
	height:100px;
	margin:auto;
}
