html {
overflow:hidden;
}

body {
margin:0;
padding:0;
background-image:url(../imgs/prints.jpg);
height:100%;
overflow:hidden;
}

#header_bg {
position:absolute;
margin:0px 0px;
width:100%;
height:130px;
background-image:url(../imgs/bg_header.jpg);
}

#menu_bg {
position:absolute;
margin:130px 0px;
width:100%;
height:20px;
background-image:url(../imgs/bg_menu.jpg);
}

#footer_bg {
position:absolute;
bottom:0px;
width:100%;
height:30px;
background-image:url(../imgs/bg_footer.jpg);
}



#header {
position:absolute;
width:966px;
height:130px;
margin-top:0px;
margin-left:-483px;
left:50%;
background-image:url(../imgs/header.jpg);
}

#mainmenu {
position:absolute;
width:966px;
height:18px;
margin-top:130px;
margin-left:-483px;
left:50%;
padding-top:2px;
}

#footer {
position:absolute;
width:966px;
margin-left:-483px;
left:50%;
height:20px;
bottom:0px;
}

#wrap {
position:absolute;
width:100%;
top:150px;
bottom:20px;
height:expression(document.body.clientHeight-170);
overflow-y:scroll;
overflow-x:hidden;
}

#content {
position:absolute;
width:966px;
margin-left:-476px;
left:50%;
top:0px;
bottom:0px;
}

#col_left, #col_right {
position:absolute;
width:233px;
padding:20px 10px 10px 10px;
background-image:url(../imgs/bg_submenu.jpg);
border-bottom:1px solid #fccd7e;
}

#col_left  { margin:0px   0px; }
#col_right { margin:0px 703px; }

#col_middle01, #col_middle02 {
position:absolute;
margin:0px 253px;
padding:20px 10px 10px 10px;
}

#col_middle01 { width:430px; }
#col_middle02 { width:693px; }

#col_none {
position:absolute;
margin:0px 0px;
padding:20px 10px 10px 10px;
width:946px;
}

