body{
background-image:url(../images/);
background-color: white;
background-position:center top;
background-repeat:repeat-y;
text-align:center;
vertical-align:top;
width:100%;
height: 100%;
margin: 0px;
font-family: tahoma;
font-size: 12px;
}

.box_scroll {
position:absolute;
height:430px;
overflow:scroll;
border:1px solid white;
}

.box1{
width: 900px;
position: absolute;
margin-left: -450px;
left: 50%;
margin-top: 0px;
}

.Header{
height:200px;width:100%;overflow:hidden;
margin-left: -4px;
background-color: white;
}

.Meanbody{
margin-top: 10px;
width: 900px;
height: 430px;
background-color: white;
}
.foot{
margin-top: 10px;
width: 900px;
height: 25px;
background-color: white;
margin-bottom: 10px;
}