body {
 padding: 0 auto;
 margin-top: 0;
 background-color: #FFFFFF;
}
a:link {
 text-decoration: underline;}
a:visited {
 text-decoration: underline;
 color: #0000FF;
}
a:hover {
 text-decoration: underline;
 color: red;
}

#header #content {
 width: 1000px;
 margin-left:auto;
 margin-right:auto;
}
#footer {
 width: 1000px;
 height: 139px;
 background: rgb(255,255,255) url(images/footer.jpg) no-repeat;
 text-align: center;
 padding-top: 10px;
}
#content {
 width: 834px;
 margin-left:  15px;
 padding-left: 10px;
 padding-right: 10px;
}

#content_top {
 width: 1000px;
 height: 299px;
 background: rgb(255,255,255) url(images/content-top.jpg) no-repeat;
}
#content_bottom {
 width: 1000px;
 height: 143px;
 background: rgb(255,255,255) url(images/content-bottom.jpg) no-repeat;
}
