html, body {
 color : black;
 background-color :#FFFFFF;
 font-family : verdana, helvetica, sans-serif;
 font-size : 12px;
}
table{
 color:black;
 font-family : verdana, helvetica, sans-serif;
 font-size : 12px;
 border-collapse:collapse;
}

img{
border-color:#000000;
}

a:link {
 color : #000000;
 text-decoration : none;
 }
a:visited {
 color : #000000;
 text-decoration : none;
}
a:hover {
 color : #ff0000;
 text-decoration : none;
      }
a:active {
 color : #ff0000;
 text-decoration : none;
}

#banner {
 background-image: url(../gfx/design/banner.gif);
 height:170px;

 }

#menu {
 background-color:transparent;
 width:200px;
 float:left;
 height:380px;
}

#main {
 background-color:transparent;
 width:755px;
 float:right;
}

#bottom {
 width:955px;
 background-image: url(../gfx/design/untenbg.gif);
 height:50px;
}

#page {
 background-color:#990000;
 background-image: url(../gfx/design/pagebg.gif);
 }

