div#playercontainer {
position: absolute;
z-index:2;
width: 320px;
height: 290px;
top: 50%;
margin-top: -145px;
left: 50%;
margin-left: -160px;
background:#000;
border-left:thin solid black;
border-right:thin solid black;
border-top:thin solid black;
visibility:hidden;
}

div#player {color: white;}
div#player a:link, div#player a:visited, div#player  a:active {color: #F00; text-decoration: none; border-bottom: none;}
div#player a:hover{text-decoration: underline;}

div#playerfooter {/* footer containing "close" link */
background-color:#000;
border-left:thin solid black;
border-right:thin solid black;
cursor:pointer;
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: center;
}