body {
margin: 0px 0px 0px 0px;
background: #cccccc;
}

.container {
position: absolute;
top: 0px;
left: 50%;
margin-left: -390px;
width: 782px;
}

.header {
width: 782px;
height: 250px;
background: url(images/header.jpg) no-repeat;
}

.main {
width: 782px;
background: url(images/body.jpg) repeat-y;
}


.maincont {
width: 782px;
margin: 0px auto;
}

.footer {
width: 782px;
height: 68px;
background: url(images/footer.jpg) no-repeat;
}
