body,html {
   height:100%;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #929191;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow:hidden;
																						
	}

.bg{
	background-color: #322a1e;
	text-align: center;
}

#main{
	/*margin-top: 60px;
	position: relative;*/
	text-align: center;
	/*display: table-cell;
	margin:120px auto; */
	width: 100%;
height: 473px;
position:absolute;top:50%;left:50%;
margin:-236px 0 0 -50%;
}
#header{
	background-color: #fff;
}
#content{
	height: 438px;
	position: relative;
	width: 988px;
}
#menu{
	background-color: Black;
	width: 288px;
	height: 70px;
   position: absolute;
   right: 57px;
	bottom: 0px;
	
}
.debug{
  border:1px solid #FF0000;
 }
.debug2{
  border:1px solid Lime;
 }
 #footer{
 	background-color: #fff;

 }
.footer{
 		width: 988px;
 }

