/* CSS Document */

body { 
  background:#000;
  margin: 0;
} 

#Player_Wrap_Flash {
  width: 100%;
  margin:0 auto;
  background: url('/images/h264_back.jpg') center no-repeat;
  height: 527px;
}

#Player_Wrap_WMV {
  width: 100%;
  margin:0 auto;
  background: url('/images/livewmv_back.jpg') center no-repeat;
  height: 527px;
}

#Player_Wrap_vital {
  width: 100%;
  margin:0 auto;
  background: url('/images/vital_back.jpg') center no-repeat;
  height: 610px;
}

#Player_Wrap_livestream {
  width: 100%;
  margin:0 auto;
  background: url('/images/livestream_back.jpg') center no-repeat;
  height: 610px;
}

#Player_Flash {
  width: 640px;
  height: 425px;
  margin:0 auto;
  position: relative;
  left: 0px;
  top: 76px;
}

#Player_WMV {
  width: 320px;
  height: 312px;
  margin:0 auto;
  position: relative;
  left: 1px;
  top: 82px;
}

#Player_Vital {
  width: 640px;
  height: 480px;
  margin:0 auto;
  position: relative;
  right: 2px;
  top: 100px;
}

#Player_Livestream {
  width: 640px;
  height: 480px;
  margin:0 auto;
  position: relative;
  right: 1px;
  top: 100px;
}

#text_wrap {
  width: 640px;
  margin: 0 auto;
  color: #ccc;
  font-family: Verdana, Sans Serif;
}
#text_wrap h3{
  font-weight: normal;
}

#text_wrap p{
  color: #ccc;
  font-size: 12px;
}

#text_wrap a{
  color: #83c2dd;
  font-size: 14px;
  text-decoration: none;
}

#text_wrap img { float: left; margin-right: 15px; margin-bottom: 245px;}

#text_wrap h2{ font-size: 14px; }
