body, html {
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica;
  font-size: 12px;
  background: #00000 url('_tvspot/_img/bg.gif') repeat-x;
  text-align: center;
  color: #000000;
}

h1 {
  font-size: 26px;
}

#frameX {
  margin: 0px auto;
  width: 484px;
  text-align: center;
}

#movie {
  width: 484px;
}

#frameNav {
  width: 490px;
  margin-left: 0px;
}

#frame {
  width: 500px;
  height:375px;
  text-align: left;
}



#movieframe_low {
  margin-top: 10px;
  margin-left: 82px;
  width: 320px;
  height: 240px;
  border: 2px solid black;
}



#movieframe_high {
  margin-top: 10px;
  width: 480px;
  height: 360px;
  border: 2px solid black;
}

ul {
    clear: left;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 2px;
    list-style-type: none;
    text-align: left;
}

li.empty {
    background: #0065A3;
    border-bottom: black 1px solid;
    color: black;
    width: 150px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 8px;
    display: block;
    margin: 0px 0px 0px;
}

ul li a {
    border: white 1px solid;
    color: #ffffff;
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 8px;
    display: block;
    margin: 2px 0px 2px 0px;
    line-height: 19px;
    height: 19px;
}

ul li a:hover {
  background: #000000;
  color: #000;
}

#left_menu {
  width: 152px;
  display: inline; float: left;
  margin-left: 0px;
  display: inline;
}

#right_menu {
  width: 152px;
  display: inline; float: left;
  margin-left: 143px;
  display: inline;
}

#footer {
  width: 480px;
  height: 1px;
}

