

	* {
		border:0;
		padding:0;
		margin:0;
		text-decoration:none;
	}
	
	
	
	html, body {
		height:100%;
		width:100%;
	}
	
	body {
		background:#000;
	}
	
	
	.hidden, h1 {
		display:none;
	}
	
	
	div#container {
		width:600px;
		height:600px;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-300px;
		margin-top:-300px;
	}
	
	
	div#loading {
		width:600px;
		height:600px;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-300px;
		margin-top:-300px;
		overflow:hidden;
	}
	
	div#loading-progress {
		overflow:hidden;
		position:absolute;
		left:0;
		bottom:50px;
		width:100%;
		font-size:80px;
		text-align:center;
		color:#fff;
		font-family:arial,helvetica,sans-serif;
		letter-spacing:-2px;
	}
	
	div#loading-progress:after {
		content:' %';
	}
	
	div#imgs a {
		display:block;
		position:absolute;
		outline:0;
	}
	
	
	div#credits {
		text-align:right;
		position:absolute;
		right:10px;
		top:10px;
	}
	
	div#credits h2 {
		text-align:right;
		font-size:9px;
		font-family:arial,helvetica,sans-serif;
		font-weight:normal;
	}
	
	div#credits h2 a {
		text-align:right;
		text-decoration:none;
		color:#666;
	}
	
	div#credits h2 a:hover {
		color:#fff;
	}
	
	
	



	a.sl, a.sl:link, a.sl:visited {
		width:58px;
		height:16px;
		position:fixed;
		text-indent:-200000px;
		text-decoration:none;
		background:#fff url(/imgs/sl3_link.gif) no-repeat;
		overflow:hidden;
		margin-bottom:5px;
		top:10px;
		left:10px;
		z-index:100;
		opacity:0.66;
	}
	
	a.sl:hover, a.sl:active, a.sl:focus {
		opacity:0.9999;
	}




	div#music {
		position:absolute;
		top:10px;
		left:50%;
		margin-left:-100px;
	}