html, body{
margin:0;padding:0;
text-align: center;
height: 100%;
font-family: Trebuchet MS, Tahoma;
font-size: 12pt;
color: #000;
min-width: 1000px;
}
html{
background: url(../gfx/cien_right.jpg) 100% 0 repeat-y;
}

#body_container{
margin: 0 26px 0 0;
position: relative;
min-height: 100%;
height: auto;
background-color: #EBEBEB;
}

#header_container{
height: 220px;
background: url(../gfx/_gradient_top.jpg) repeat-x;
}

#left_container{
margin: 0px 0 0 10px;
width: 260px;
float: left;
padding-bottom: 120px;
}

#center_container{
position: relative;
z-index: 5;
margin: 35px 30px 0 280px;
padding-bottom: 100px;
}

#footer_container{
height: 26px;
width: 100%;
position: absolute;
bottom: 0;left: 0;
clear: both;
background: url(../gfx/footer_pion.jpg) repeat-x;
font-size: 9pt;
line-height: 26px;
}
#right_corner{
height: 25px;
width: 25px;
position: absolute;
bottom: 0;right: -25px;
background: url(../gfx/right_corner.jpg) no-repeat;
}

#clearing{
clear: both;
border-bottom: 1px solid #EBEBEB;
margin-bottom: -1px;
}