body { 
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 100px;
}

.headcontent{
height: 40px;
background:transparent url(images/wrapper-head.png) repeat scroll 0 0;
}
.allcontent{
position: relative;
width: 905px; /* width of block according to your background image */
}
.bodycontent{
background:transparent url(images/wrapper-body.png)  repeat-y scroll 0 0;
padding: 0px 0px 0 0px;
margin-top: -10px;
}
.footcontent {
background:transparent  url(images/wrapper-foot.png) repeat scroll 0 0;
height: 30px
} 

.logo {
float:left;
background:transparent url(images/logo.png);
background-repeat: no-repeat;
width:331px;
height:114px;
}

font.mainbody {
	font-family:Verdana;
	font-size:9pt;
	line-height:13pt;
}