body 
{
	background-color: #3F3F3F;
}

#container
	{
	position: relative;
	text-align: left;
	width: 458px;
	height: 505px;
	background-color: #fff;
	background-repeat: repeat-y;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #000000;
	}

#player {
	position: absolute;
	width: 400px;
	height: 285px;
	z-index: 3;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	top: 85px;
	left: 0px;
	background-position: center;
}

#section 
{
	position: absolute;
	height: 30px;
	width: 430px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	top: 50px;
	left: 15px;
}

.title
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}
	
#links
	{
	position: absolute;
	height: 30px;
	width: 460px;
	top: 440px;
	left: 0px;
	text-align: center;
	}
	
a
	{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a:hover
	{
	color: #000000;

	text-decora; 		text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;

