/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html{
width:100%;
background-color:#D5D5D5;
font-family:Verdana;
color:#646464;
font-size:11px;
height:100%;
}
body{
width:866px;
height:100%;
margin:auto;
}

div{
float:left;
}

h3{
font-size:13px;
}

h4{
font-size:12px;
}

#site{
width:730px;
padding:0px 75px 30px 75px;
background-image: url(images/tlo.png);
background-repeat: repeat-x;
background-color:#ACACAC;
overflow : auto;
min-height:100%;
height:auto;
}

#site .style1{
padding:0px
}

#center{
width:716px;
min-height: 431px;
}

#center_top{
width:716px;
height:16;
background-image: url(images/back_top.png);
}

#center_middle{
width:676px;
background-repeat:repeat-y;
background-image: url(images/back_middle.png);
padding:10px 20px 10px 20px;
height:100%;
min-height: 331px;
overflow : auto;
}

#center_bottom{
width:716px;
height:45px;
background-image: url(images/back_bottom.png);
overflow : auto;
}