@charset "utf-8";
/* CSS Document */
body{
	text-align:center;/*ie hack*/
	margin:0px; 
	padding:0px; 
	height:100%;
}
#main{
	text-align:center;/*ie hack*/
	position:absolute; 
	left:0px; 
	top:0px; 
	padding:0; 
	width:100%; 
	height:100%;
	background:#fff;
}
#main2{
	height:100%;
	width:1001px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	position:relative;
}
#header{
	height:64px;
	background-color:#221914;
	position:relative;
}
#content{
	width:100%;
	min-height:642px;
	height:auto !important;
	height:642px;
}
#footer{
	width:100%;
	height:54px;
}
