body > #wrap {height:auto;}
div#wrap{
position:relative;
width:960px;
min-height:100%;
height: auto !important
height:100%;
margin:0px auto;
background:url("./images/bg.gif") repeat-y;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
div#header{
width:100%;
}
div#header #information{
width:100%;
height:20px;
position:relative;
text-align:center;
background:#0d0015;
}
div#header div#navi{
clear:both;
width:100%;
height:60px;
color:#fff;
background: -moz-linear-gradient(top, #b4866b, #6c3524 2%, #250d00);
background: -webkit-gradient(linear, left top, left bottom, from(#b4866b), color-stop(0.02, #6c3524),to(#250d00));
}
div#contents{
clear:both;
width:100%;
height:100%;
margin:0px auto;
padding-bottom:50px;
}
div#contents #primary{
float:left;
width:642px;
height:100%;
margin:12px 0px;
}
div#contents #secondary{
float:right;
width:300px;
margin:12px 6px;
}
div#footer{
position:absolute;
bottom:0;
width:960px;
height:50px;
background:#250d00;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}