BODY{
background-color: #373737;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;

background-image: 
url('images/bg.jpg');
background-repeat: repeat-y;
background-attachment:fixed;
background-position:center;
}

BODY, TD, TH, TR{
color: #1a1a1a;
font:11px "Verdana";
font-smooth:always;
}


input, select, textarea {
font-weight:normal;
font:12px "Verdana";
color:#5d5d5d;
}



A:link {text-decoration: none; color: #0f0f0f;}
A:visited {text-decoration: none; color: #0f0f0f;}
A:active {text-decoration: none; color: #0f0f0f;}
A:hover {text-decoration: none; color: #353535;}

A#vidName:link {text-decoration: none; color: #00466c; font:12px "Verdana"; font-weight:bold;}
A#vidName:visited {text-decoration: none; color: #00466c; font:12px "Verdana"; font-weight:bold;}
A#vidName:active {text-decoration: none; color: #00466c; font:12px "Verdana"; font-weight:bold;}
A#vidName:hover {text-decoration: none; color: #006da9; font:12px "Verdana"; font-weight:bold;}

#white {
color: #ffffff; 
}

#desc {
color: #000000; 
}

#playtitle {
font-weight:bold;
font-size:18px;
}

#playdesc {
font-weight:normal;
font-size:12px;
}

.tiny{
font-size:9px;
}

 hr {
  border: 0;
 color: #a8a8a8;
background-color: #a8a8a8;
height: 1px;
}

table { border-collapse:collapse; }
table#row1 { background-color: #ffe8e8; }
table#row2 { background-color: #fbfbfb; }


#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;
}

.searchBox{
text-align:center;

} 