BODY{
margin-left: 10;
margin-right: 10;
margin-top: 10;
}
BODY#main{
background-color: #1a1a1a;
background-image: 
url('images/bg.jpg');
background-repeat: repeat-x;
}
BODY#player{
background-color: #191919;
background-image:url(images/player_bg.jpg);
background-position:bottom right; 
background-attachment:fixed; 
background-repeat:no-repeat;
}

BODY, TD, TH, TR{
font:11px "Verdana";
color:#e7e7e7;
}


input, select, {
font-weight:normal;
font:12px "Verdana";
color:#5d5d5d;
}

textarea {
background-color:#1a1a1a;
font-weight:normal;
font:12px "Verdana";
color:#ffffff;
}


A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: none; color: #ffa820;}

#largetxt {
font-size:19px;
}



 hr {
  border: 0;
 color: #a8a8a8;
background-color: #a8a8a8;
height: 1px;
}

table { border-collapse:collapse; }
table#row1 { background-color: #2b2b2b; }
table#row2 { background-color: #444444; }


#search_box {
    width: 201px;
    height: 31px;
    background: url(images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

.dragme { cursor: move }
