body {
  background-color:#f1efe2;
}

div.masterPlayer {
  z-index:10;
  width:300px;
  text-align:center;
}

div.infoArea
{
  padding:0px;
  position:absolute;
  left:9px;
  top:105px;
  width:300px;
  height:50;
  z-index:9;
}

div.infoArea td.title
{ 
  padding:0px:
  margin:0px;
  margin-bottom:4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  color:#333333;
  font-weight:bold;
  width:100px;
  overflow:hidden;
}

div.infoArea td.content
{
  padding:0px:
  margin:0px;
  margin-bottom:4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  color:#333333;
  font-weight:normal;
  width:200px;
}

div.logoArea
{ 
  position:absolute;
  top:9px;
  left:9px;
  width:300px;
  height:50px;
  overflow:hidden;
  border-style:none;
}

div.titleArea
{ 
  position:absolute;
  top:9px;
  left:9px;
  width:300;
  height:64px;
  overflow:hidden;
  border-style:none;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align:left;
}

td.playerArea
{
  text-align:center;
  border-style:solid;
  border-width:1px;
  border-color:#666666;
  background-color:#ece9d7;
  width:314px;
  height:35px;
  z-index:1;
}

div.stillImageArea
{ 
  width:300px;
  height:1px;
  overflow:hidden;
  border-style:none;
  z-index:3;
}

