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;}
#innerwrap{
float:left;
width:958px;
margin:170px 0 0 0;
border-left:1px solid #e3e3e3;
border-right:1px solid #e3e3e3;
background:#fff;
}
#header{
position:absolute;
top:0;
width:960px;
height:170px;
z-index:100;
background:url(../images/bg-main.png) 0 -284px no-repeat;
}
#left{
position:relative;
width:197px;
float:left;
background:url(../images/bg-left.png) no-repeat;
min-height:376px;
padding:20px 16px 0 21px;
}
#center{
min-height:600px;
width:700px;
float:right;
margin:11px 9px 30px 15px;
}
#footer{
width:960px;
clear:both;
height:45px;
background:url(../images/bg-main.png) 0 -279px no-repeat;
padding:30px 0 0 0;
}
