
/* Convenience classes
----------------------------------------------------------------------------------------- */

	html {
		height: 100%;
		overflow: hidden;
	}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000;
	}
	
	#main {
		padding: 0px 0 0px 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: left;
		color: white;
		z-index: 6000;
	}
	
	#player {
		margin-top: 135px;
		margin-left: 30px;
	}
	
	#nav {
		padding: 20px 0 20px 30px;
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: left;
		color: white;
		z-index: 6000;
	}
		
	img.logo {
	margin-left: 0px;
	}
	
	img, div { behavior: url(/js/iepngfix.htc) }
	
	#nav a {
	background-color: #2a2a2a;
	margin-left: 30px;
	font-size: 15px;
	padding: 0 3px 0 3px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	opacity: 0.4;
	}
	
	#nav a:hover {
	color: #fff;
	text-decoration: none;
	}
	

  


 -->
 </style>
