html {
   margin-bottom: 10px;
   height: 100%;
}
body {
   background-color: #333333;
   margin: 15px;
   padding: 0px;
   height: 100%;
}
#wrapper {
   border: 5px solid #c42131;
   margin-bottom: 15px;
}
#topbar {
   background-color: #222222;
   border: 2px solid #f6f3ce;
   padding: 5px;
}
#topbar p {
   font-family: Georgia, Times, serif;
   font-size: 90%;
   color: #bd9766;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align: center;
}
#topbar p a, #topbar p a:visited {
   color: #bd9766;
   text-decoration: underline;
}
#topbar p a:hover {
   color: #f6f3ce;
   text-decoration: none;
}

