body 	{
		background-image: url(../images/background3.jpg);
		background-repeat:no-repeat;
		background-position: left top;
		background-attachment: scroll;
		background-color: black;
		font-family: helvetica, verdana;
		font-size: 12px;
		color: #cc7933;
		position: absolute;
		left: 0px;
		top: 0px;
		}
		
h1		{
		font-size: 19px;
		text-align: center;
		color: #cc7933;
		}
		
h2		{
		font-size: 16px;
		text-align: center;
		color: #cc7933;
		}
		
#content	{
		position: absolute;
		left: 380px;
		top: 50px;
		width: 560px;
		padding: 10px;
		/* CSS3 not yet supported by explorer */
		border-radius: 15px;
		/* Mozilla & Apple */
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		}
		
#buylinks	{
			position: absolute;
			top: 520px;
			left: 480px;
			width: 480px;
			}
		
#nav	{
display: none;
		position: absolute;
		top: 150px;
		left: 20px;
		width: 90px;
		background-color: #a7a7a7;
		padding: 10px;	
		color: black;	
		text-align: right;
		font-weight: bold;
		font-size: 20px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px
		}

#footer	{
		position: absolute;
		left: 0px;
		width: 1024px;
		height: 50px;
		text-align: center;
		}
		
#player	{
		position: absolute;
		left: 800px;
		top: 40px;
		
		}
		
a:visited 	{
 		color: #e59c1f; 
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		}
			
a:link		{
		color: #e59c1f; 
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		}
			
a:hover		{
		color: #c1841a; 
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		}

a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
