html{
	height:100%;
	margin:0;
	padding:0;
}
body{
	height:100%;
	margin:0;
	padding:0;
	background: url('bg.gif') #003082 repeat-x top;
}
.contentbg {
	height:100%;
	width:920px;	
}
.player {
	padding-top:6px;
	padding-left:3px;
	height:90px;
	width:310px;	
	background: url('player-bg.gif') no-repeat;
	float:left;
	margin-top: 22px;
	margin-left: 185px;
}
a.navnormal:link {
	text-decoration: none;
	color: #cccccc;
}
a.navnormal:visited {
	text-decoration: none;
	color: #cccccc;
}
a.navnormal:active {
	text-decoration: none;
	color: #cccccc;
}
a.navnormal:hover {
	text-decoration: underline;
	color: #cccccc;
}
a.navhighlight:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a.navhighlight:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a.navhighlight:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a.navhighlight:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight:bold;
}
