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:960px;
margin:379px 0 0 0;
}
#header{
position:absolute;
top:0;
width:960px;
height:372px;
z-index:100;
background:url(../images/bg-main.png) 0 88px no-repeat;
}
#left{
position:relative;
width:0;
float:left;
}
#right{
position:relative;
width:0;
float:right;
}
#footer{
clear:both;
width:960px;
height:225px;
}
#center{
width:960px;
float:right;
}
