BODY#main{
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
background-image:url('images/bg.jpg');
background-repeat: repeat-x;
background-position:bottom;
background-attachment:fixed; 
}

BODY, TD, TH, TR{
color: #000;
font:9px "Verdana";
}


input, select, textarea
{

background-color:#ffffff;
color:black;
font-weight:normal;
font:12px "Verdana";
}



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;}

 hr {
  border: 0;
 color: #a8a8a8;
background-color: #a8a8a8;
height: 1px;
}

table { border-collapse:collapse; }
table#row1 { background-color: #f3faff; }
table#row2 { background-color: #e6edf3; }