html, body {
background:url(bg.jpg) top repeat-x #080808;
font-size: 14px;
font-family: Tahoma;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
margin-top: 0;
padding:0; 
}
#main {
margin:0 auto;
width:900px;  
}
#header {
text-align:center;
background: url(header.jpg);
height:173px;
width:900px;
margin:0;
padding:0; 
}
#menu {
text-align:center;
line-height: 0;
}
#content {
min-height: 300px;
margin: 0 auto;
width: 800px;
background-color: #959697;
padding-bottom: 35px;
}
#credits {
margin:0;
padding:0;
text-align:center;
font-family: Arial;
font-size: 10px;
margin: 0 auto;
width: 800px;
background-color: #959697;
}
#footer {
margin: 0 auto;
background: url(footer.png);
width: 800px;
height: 8px;
}
a, a:link, a:active, a:visited {
color:#FFF;
font-weight:bold;
text-decoration:none;
}
img {border: 0}
a:hover {text-decoration:underline;}	
.padding { padding: 15px; }
object { padding: 15px;}

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}

   

