body {
margin: 0px 0px 0px 0px;
background: #333333
}

.container {
position: absolute;
top: 0px;
left: 50%;
margin-left: -430px;
width: 850px;
height: 900px;
}

.header {
width: 850px;
height: 386px;
background: url(images/header.jpg) no-repeat;
}

.main {
width: 850px;

background: url(images/bodybg.jpg) repeat-y;
}


.maincont {
width: 850px;
margin: 0px auto;
}

.footer {
width: 850px;
height: 146px;
background: url(images/footer.jpg) no-repeat;
}
