a:link { color: #333333; text-decoration: none; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; color: #000099; }
a:active { text-decoration: none; color:#FFFFFF }
h2 { font-size: 12px; padding: 10px 0px 0px 10px;}
h2,p{margin: 0 10px;padding:10px 0px 0px 0px}
p{margin:0;padding: 5px 10px; }


#container {
	width:770px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:5;

	}
#background {
	margin: 0px;
	background-color:#CCCCCC;
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-attachment:fixed
}
#player {
	width:770px;
	
	position:absolute;
	top:180px;

	text-align:center;
	display:block;
}

#text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width:770px;
	position:absolute;
	top:400px;

	text-align:center;
	display:block;
}
