

	* {
		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:423px;
		height:564px;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-211px;
		margin-top:-282px;
	}
	
	
	div#loading {
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-211px;
		margin-top:-282px;
		width:423px;		
		height:564px;
		overflow:hidden;
	}
	
	div#loading-progress {
		overflow:hidden;
		position:absolute;
		left:65px;
		top:470px;
		font-size:26px;
		color:#000;
		font-family:arial,helvetica,sans-serif;
		letter-spacing:-1px;
	}
	
	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:25px;
		height:25px;
		position:fixed;
		text-indent:-200000px;
		text-decoration:none;
		background:#fff url(/imgs/sl_link01.gif) no-repeat;
		overflow:hidden;
		margin-bottom:5px;
		top:10px;
		left:10px;
		z-index:100;
	}


	a.sl:hover, a.sl:focus, a.sl:active {
		width:54px;
		height:54px;
		position:fixed;
		text-indent:-200000px;
		text-decoration:none;
		background:url(/imgs/sl_link02.gif) no-repeat;
		overflow:hidden;
		margin-bottom:5px;
		top:10px;
		left:10px;
		z-index:100
	}




	div#music {
		position:absolute;
		top:10px;
		left:50%;
		margin-left:-100px;
	}