@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0; background: #000000; }
body { background-image: url(img/bg.png); color: #999999; font-family: Futura, Lucida Sans, Lucida Grande, Trebuchet MS; font-size: 8pt; text-align: center; }
table { font-size: 8pt; text-align: right; }
table tr td.left { text-align: left; }
table tr td.menu { text-align: left; width: 170px; }

a { color: #CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; }
a:hover { color: #FFFFFF; text-decoration: underline; }

#header { position: relative; height: 22%; width: 100%; }
#flash { position: relative; height: 56%; width: 100%; 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; line-height: 17px; }
#footer { position: relative; height: 22%; width: 100%; }