@charset "utf-8";
/* CSS Document */

body { margin: 0; background: #000000; background-image: url(img/bg.png); color: #999999; font-family: Futura, Lucida Sans, Lucida Grande, Trebuchet MS; font-size: 10px; text-align: center; }

a { color: #CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; }
a:hover { color: #FFFFFF; text-decoration: underline; }

#header { position: relative; margin-left: auto; margin-right: auto; height: 100px; width: 1248px; }
#main { position: relative; height: 477px; width: 1248px; margin-left: auto; margin-right: auto; background: #000000; border-top-color: #777777; border-top-style: solid; border-top-width: 2px; border-bottom-color: #777777; border-bottom-style: solid; border-bottom-width: 2px; text-align: center; }
#content { position: absolute; left: 200px; top: 0; margin-left: auto; margin-right: auto; height: 477px; width: 848px; overflow: hidden; }
#footer { position: relative; height: 100px; width: 1248px; margin-left: auto; margin-right: auto; }
#logo { float: left; position: absolute; height: 477px; width: 200px; top: 0; left: 0; }
#logo img { position: relative; top: 222.5px; bottom: 222.5px; width: 172px; height: 32px; }
#navigation { float: right; position: relative; right: 0; top: 197px; height: 117px; width: 180px; text-align: left; padding-left: 20px; }
#login { position: relative; margin-left: auto; margin-right: auto; width: 220px; text-align: right; }