body {
  font-family: verdana;
  color: #999999;
  margin: 0px 0px 0px 0px;  /* up,right,down,left */
  padding: 0px 0px 0px 0px;  /* up,right,down,left */
  text-align: center;
  }
Li a{
  color: #ccccff;
  font-size: 7pt;
  }
Li a:visited{
  color: #ddddcc;
  }
Li a:hover{
  color: #00dddd;
  }
  #containerul, #containerul ul{
  text-align: left;
  margin: 0px 0px 0px 1px; /* Removes browser default margins applied to the lists. */
  padding: 0px 0px 0px 0px; /* Removes browser default padding applied to the lists. */
  font-size: 8pt;
  font-weight: bold;
  color: #ccccff;
  }
  #containerul li {
  margin: 2px 0 0px 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding: 2px 0 0 0 ; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  }
  #containerul li  span{
  padding: 0px 0 0px 18px; /* A left margin to indent the list items and give the menu a sense of structure. */
  }
  #containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  padding: 0px 6px 0 0px; /* up,right,down,left */
  background-position: bottom center;
  background-repeat:no-repeat;
  }
  #v-middle-menu{ /* all movies menu */
  overflow: auto;
  float: left;
  margin: 1px 0px 0px -14px; /* up,right,down,left */
  padding: 0px 0px 4px 0px;  /* up,right,down,left */
  width: 194px;
  height: 369px;
  }
  #video-box{ /* wmv player area */
  float: right;
  display: block;
  background: url(../image/video-box.gif) no-repeat top;
  width: 354px;
  height: 374px;
  margin: 2px 0px 0px 0px; /* up,right,down,left */
  padding: 0px 0px 0px 0px;  /* up,right,down,left */
  font-size: 10pt;
  font-weight: bold;
  font-family: helvetica, serif;
  text-align: center;
  color: #0c0c0c;
  }
#video-frame{
  margin: 6px 6px 0px 0px; /* up,right,down,left */
  padding: 0px 0px 0px 0px; /* up,right,down,left */
  color: #dddddd;
  width: 124px;
  }
