body {
  background: #000033 url(../images/ex3.jpg) repeat fixed;
  margin-top:0px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  text-align:center;
  height:100%;
  color:#FFFFFF;
  font-family: Verdana, Tahoma, Arial, sans-serif, Helvetica;
  font-size:12px;
}



legend {
  color:#FFFFFF;
}



a:link, a:visited { 
  text-decoration: none; 
  color: red;
  font-weight:bold;
}



a:active { 
  text-decoration: none; 
  color: red; 
  font-weight:bold;
}



a:hover { 
  text-decoration: line-through; 
  color: #FF0000; 
  font-weight:bold;
}



#main {
  background-color: #000000;
  background-image:url(../images/scrub_radio_logo_gray.jpg);
  background-position: center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  width:100%;
  height:100%;
  text-align:left;
  font-family: Arial, Verdana, Trebuchet MS, Helvetica;
  font-size: small;
  color: #FFFFFF;
  margin-top:0px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
}



.row2 {
  background-color: #333333;
}