body {
background-color:#888888;
background-image:url(reddesign/bg.png);
background-repeat:repeat;
font-family:tahoma;
font-size:11px;
line-height:13px;
margin-top:0px;
}

.top {
background-image:url(reddesign/top.png);
background-repeat:no-repeat;
float:left;
height:146px;
width:850px;
}
.middle {
background-image:url(reddesign/middle.png);
background-repeat:repeat-y;
float:left;
min-height:220px;
padding:15px 50px 0px;
width:750px;
}
.bottom {
background-image:url(reddesign/bottom.png);
background-repeat:no-repeat;
float:left;
min-height:40px;
width:850px;
}
.centerit {
color:#ffdede;
font-style:normal;
margin-top:45px;
text-align:center;
}