

/*	// __________________________________________________________________________________________________________________
	HTML
	*/
	
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;

	background-color: #000;
	
	color: #000;
	font: normal 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

/*#height-fix { position: absolute; top:0; left: 0; width: 1px; height: 640px; }*/

#get-player { display: none; color: #fff; text-align: center; }


/*	// __________________________________________________________________________________________________________________
	Common
	*/

	img { 
		border: 0px; 
	}
	
	a:link,
	a:visited,
	a:active {
		color: #FFF;
		text-decoration: underline;
	}
	
	a:hover {
		color: #288bdb;
		text-decoration: none;
	}

	object { 
		outline:none; 
	}
	
	

	
	
