.bg {
	background-image: url(images/grad_full.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content {
	background-color: #FFFFFF;	
	margin-right: auto;
	margin-left: auto;
	width:900px;
	background-image: url(images/curvebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;


}
.player {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: 310px;
	width: 480px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
A.text:link { text-decoration:none;}
A.text:visited { text-decoration:none;}
A.text:active { text-decoration:none;}
A.text:hover { text-decoration:none; color:#FF5105;}
