body { background-image: url('img/background.jpg'); }

.center-text { text-align: center; }

#wrapper { width: 750px; margin: 0 auto; background: white; }
#main { padding: 0px; }
#menu, #footer { height: 27px; padding-top: 2px; background: #330000; }
  #menu ul { padding: 0 0 0 170px; margin: 0; }
  #menu ul li { margin-right: 27px; display: inline; list-style: none; }
  #menu ul li a { text-decoration: none; color: white; font: 10px Verdana; }

#content { margin: auto; padding: 10px 0 10px 0; }
  #content img { margin: 0; border: 0; }
  #content p { font-family: Garamond, Georgia, serif; font-size: 16px; }

#footer a { text-decoration: underline; color: white; font: 10px Verdana; }