/* CSS Document */
body {
background-color:#000000;
margin:0px;
padding:0px;
}
#header { background-color:#000000; width: 100%; height: 35px; margin: 0 auto; background-color: #000000; border-bottom: 1px solid #666666; }
#header a.logo { position: relative; float: left; top: 2px; padding-left: 10px; }
#header a.members { position: relative; float: right; top: 0px; padding-right: 2px; }
#header a.support { position: relative; float: right; top: 0px; padding-right: 10px; }

a.rollover_product { position: relative; float: right; right: 7px; top: 2px; display: block; width: 57px; height: 27px; text-decoration: none; background: url("img/product.jpg"); }
a.rollover_product:hover { background-position: -57px 0; }
a.rollover_register { position: relative; float: right; right: 5px; top: 2px; display: block; width: 57px; height: 27px; text-decoration: none; background: url("img/register.jpg"); }
a.rollover_register:hover { background-position: -57px 0; }
a.rollover_support { position: relative; float: right; right: 3px; top: 2px; display: block; width: 57px; height: 27px; text-decoration: none; background: url("img/support.jpg"); }
a.rollover_support:hover { background-position: -57px 0; }
