

div.player{
  width:500px;
  height:363px;
}

div.player a{
  text-decoration:none;
  color:white;
  margin:0px;
  padding:0px;
}

div.playertop{
  width:500px;
  height:25px;
  background:url('../images/tv/Untitled-1_01.gif') top left no-repeat;
}

div.playerleft{
  width:35px;
  height:243px;
  float:left;
  background:url('../images/tv/Untitled-1_02.gif') top left no-repeat;
}
div.wasptarget{
  width:430px;
  height:243px;
  float:left;
}
div.playerright{
  width:35px;
  height:243px;
  float:left;
  background:url('../images/tv/Untitled-1_04.gif') top left no-repeat;
}
div.playerbottom{
  width:500px;
  height:95px;
  clear:both;
  background:url('../images/tv/Untitled-1_05.gif') top left no-repeat;
  color:white;
  padding-left:50px;
  padding-top:20px;
}
div.menu{
  width:500px;
  height:433px;
  background:url('../images/menu/main-menu.jpg') top left no-repeat;
  overflow:hidden;
  padding:0px;
  margin:0px;
  font-family:arial;
}
div.menu a{
  text-decoration:none;
}
div.menu ul
{
    list-style-type: none;
    text-align:left;
    margin:0px;
    padding:0px;
}

div.menu li a
{
  padding-left:20px;
  color:#9CDE3D;
}
div.menu li a:hover
{
    color:#9CDE3D;
    background-image: url(../images/menu/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    color:yellow;
}
div.leftmenu{
  width:186px;
  height:283px;
  color:#9cde3d;
  margin:80px 0 0 40px;
  float:left;
}
div.leftmenu h2{
  font-size:18px;
  text-decoration:underline;
}
div.leftmenu h3{
  font-size:16px;
}
div.rightmenu{
  width:237px;
  height:281px;
  margin-top:75px;
  float:left;
  background:url('../images/menu/desc.gif') top left no-repeat;
  margin-left:20px;
}
div.footermenu{
  width:490px;
  height:64px;
  clear:both;
  background:#D8D8D8;
  font-size:14px;
  font-weight:normal;
  padding:3px 5px;
  
}
a.agreen{
  color:#9CDE3D ;
  font-size:12px;
  text-decoration:underline;
}
