html,body{height:100%}
body{
	padding:0;
	margin:0;
	min-width:960px;
	color:#000;
	background:#f4f4f4 url(../images/bg-body.png) repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
#outer{
	height:100%;
	min-height:100%;
	width:960px;
	margin:auto;
	position:relative;
}
html>body #outer{height:auto;}
#header{
	position:absolute;
	top:0;
	width:960px;
	height:165px;
	z-index:100;
	background:url(../images/bg-main.png) 0 -284px no-repeat;
}
#innerwrap{
	float:left;
	width:958px;
	margin:165px 0 0 0;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background:#fff;
}
#center-hdr{
	position:relative;
	left:-1px; /* overlap border of #innerwrap */
	width:960px;
	height:234px;
}
#center{
	width:698px;
	float:left;
	margin:10px 10px 0 20px;
}
#right{
	float:right;
	width:220px;
	margin:12px 10px 0 0;
}
#footer{
	width:960px;
	clear:both;
	height:45px;
	left:0;
	background:url(../images/bg-main.png) 0 -279px no-repeat;
	padding:30px 0 0 0;
}
