body {
margin: 0px;
padding: 0px;
background-color: #ccc;
}

#shadow {
width: 760px;
background-image: url(../images/shadow.gif);
margin: 0px auto;
}

#container {
width: 740px;
margin: 0px 10px;
}

#header {
width: 740px;
height: 266px;
background-image: url(../images/header.jpg);
}

#body {
position: relative;
width: 740px;
}

#logo {
position: absolute;
left: 31px;
bottom: 12px;
width: 111px;
height: 68px;
}

#form {
margin: 0px 70px 0px 170px;
width: 500px;
}

#footer {
margin-top: 60px;
width: 740px;
height: 29px;
background-image: url(../images/footer.gif);
}