BODY {
  text-align: center;
  background: url("splash_background.gif") 0px 0px repeat-x;
}

#container {
  width: 644px;
  height: 200px;
  padding: 10px;
}

#broadcast{

  width: 344px;
  height: 70px;
  background: url("splash_main.gif") #ffffff top left no-repeat;
	margin: 0px;
	padding: 10px 0 3px 0;
	font-size: 20pt;
                     font-weight: bold;
	color: #000000;
	font-family: Arial;
         text-transform: uppercase;
}

#sales_opportunities {
  float: left;
  clear: both;
  padding-top: 10px;
  width: 644px;
  height: 27px;
/*
  background: url("sales_opportunities.gif") #ffffff top left no-repeat;
*/
  font: 8pt Arial;
  margin-top: -20px;
}
#sales_opportunities a {
  display: block;
  width: 644px;
  height: 27px;
  font: 8pt Arial;
  color: #000;
}

#programming {
  float: left;
  clear: both;
  width: 644px;
  height: 29px;
/*
  background: url("programming.gif") #ffffff top left no-repeat;
*/
  font: 8pt Arial;
  margin-top: 10px;
}
#programming a {
  display: block;
  width: 644px;
  height: 29px;
  font: 8pt Arial;
  color: #000;
}

#logos {
  display: float;
  clear: both;
}
.hide {
  display: none;
}
.contact {
 /* display: none;*/
  font: 8pt Arial;
}