body {
   background: #121d30 url(images/body.png) repeat-y center top;
}

#main {
   margin-left: auto;
   margin-right: auto;
   width: 720px;
   padding-top: 4px;
   padding-left: 12px;
   border-left-style: solid;
   border-right-style: none;
   border-top-style: none;
   border-bottom-style: none;
   border-color: #444;
   border-width: 1px;
   background: black url(images/indexbg.jpg) no-repeat;
}

#moonbox {
   float: right;
   margin: 2em 0 2em 2em;
   padding: 12px;
   border-style: solid;
   border-width: 1px;
   border-color: #444;
   font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
   text-align: center;
   font-size: 0.75em;
   line-height: 1.4em;
   background-image: url(images/moonbg.png);
}

