body {
background: url(../images/bg.gif) repeat;
margin-top: 100px;
}

#wrapper {
width:700px;
margin: auto;
}

#header {
background: url(../images/home-header.gif) no-repeat;
height: 37px;
width:700px;
}

#content {
background-color: white;
width:700px;
text-align: center;
}

#footer {
background: url(../images/home-footer.gif) no-repeat;
height: 28px;
width:700px;
text-align: center;
padding: 20px 0 0 0;
}

.topnav:link, .topnav:visited, .topnav:hover, .topnav:active {
font-family: Georgia, sans-serif;
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #563a24;
margin: 10px;
}
