body {
  background:#cccccc url(/graphics/splash/background.gif) repeat-x;
  background-position:50% 0;
  background-attachment:fixed;
  padding:0px;
  margin:0px auto;
 }

img {
  margin:0px;
  padding:0px;
  border:0px;
}

a {
	outline:none;
	border:0px;
}

.clear {
  clear:both;
  width:0px;
  height:0px;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

#splash_shell {
  width:700px;
  margin:0px auto;
  padding:0px;
  border-left:3px solid #000000;
  border-right:3px solid #000000;
}

#splash_top {
  background:url(/graphics/splash/splash_top.gif) no-repeat;
  width:700px;
  height:179px;
  margin:0px;
  padding:0px;
}

#listen_live {
  width:365px;
  height:179px;
  margin:0px;
  padding:0px;
  float:right;
}

#splash_bot {
  background:#8A8A8A url(/graphics/splash/bg.gif) no-repeat;
  width:694px;
  margin:0px;
  padding:0px;
  border-left:3px solid #006BB7;
  border-right:3px solid #006BB7;
  border-bottom:3px solid #006BB7;
}

#splash_content {
  background-color:#ffffff;
  width:574px;
  margin:0px auto;
  padding:10px;
}

#splash_content p {
  font-family:Arial, sans-serif;
  font-size:13px;
  color:#000000;
  margin:0px;
  padding:0px;
}

#splash_content a:link, #splash_content a:visited, #splash_content a:hover {
  font-family:Arial, sans-serif;
  color:#34CAFA;
  font-size:13px;
  margin:0px;
  padding:0px;
  text-decoration:underline;
}

#splash_content a:hover {
  text-decoration:none;
}

#footer {
  background-color:#006BB7;
  width:694px;
  margin:0px;
  padding:0px;
}

#footer {
  margin:0px;
  padding:5px 0px 5px 0px;
  font-family:Ariel, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
}

#footer a:link, #footer a:visited, #footer a:hover {
  font-family:Arial, sans-serif;
  color:#ffffff;
  font-weight:bold;
  font-size:10px;
  margin:0px;
  padding:0px;
  text-decoration:underline;
}

#footer a:hover {
  color:#cccccc;
  text-decoration:none;
}