body {
margin: 0px 0px 0px 0px;
background: #e7e7e7 ;
}

.container {
margin: 0px auto;
width: 784px;
}

.header {
width: 784px;
height: 187px;
background: url(images/header.jpg) no-repeat;
}

.main {
width: 784px;
background: url(images/body.jpg) repeat-y;
}


.maincont {
width: 784px;
margin: 0px auto;
}

.footer {
width: 784px;
height: 69px;
background: url(images/footer.jpg) no-repeat;
}