@charset "utf-8";

body { background: url(images/bg.jpg); margin: 0; padding: 0; }
#site { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; letter-spacing: 1px; color: #000000; font-weight: bold; width: 959px; margin: 0 auto; padding 0; background: url(images/bg.jpg); }

/* HEADER */
#header { margin: 0; padding: 0; background: #000000; background: url(images/logo.gif) center center no-repeat; width: 100%; height:195px; }
#header a { text-decoration: none; color: #c2c1c1; font-size:9px; }
#header a:hover { color: #fbad11; }

/* MAIN */
#main {  background: url(images/mainbg.jpg) no-repeat; overflow: hidden; height: 311px;}

#menu { font-size: 1.2em; font-weight: bold; color: #ffffff; width: 100%; letter-spacing: 2px; }
#menu a { text-decoration: none; color: #ffffff; }
#menu a:hover { text-decoration: none; color: #fbad11; }
#show {border: 1px solid #000000; }
/* FOOTER */
#footer { color: #ffffff; text-align: center; background: url(images/footerbg.jpg); height: 99px; }

#footer_bottom { color: #c2c1c1; overflow: hidden; padding: 25px; font-size: 10px; }
#footer_bottom span { color: #fbad11; }