

	* {
		border:0;
		padding:0;
		margin:0;
		text-decoration:none;
	}
	
	
	
	body {
		background:#000;
	}
	
	
	.hidden, h1 {
		display:none;
	}
	
	
	div#container {
		margin:auto;
		width:600px;
		height:760px;
		position:relative;
		padding-top:40px;
	}
	
	div#music {
		position:absolute;
		top:0;
		left:50%;
		margin-left:-95px;
		width:190px;		
	}
	
	div#loading {
		position:absolute;
		top:150px;
		left:50%;
		margin-left:-39px;
		width:78px;		
	}
	
	div#loading-track {
		width:84px;
		height:1px;
		overflow:hidden;
		font-size:0;
	}
	
	div#loading-bar {
		width:0;
		height:1px;
		overflow:hidden;
		font-size:0;
		background:#f00;
	}
	
	div#imgs a {
		display:block;
		position:absolute;
		outline:0;
	}
	
	
	
	div#promo {
		position:absolute;
		z-index:10000;
		top:0;
		left:0;
		background:#000;
		width:100%;
	}
	
	div#promo a {
		color:#fff;
		font-size:11px;
		font-family:arial,helvetica,sans-serif;
		line-height:15px;
	}
	
	div#promo a:visited {
		color:#666;
	}
	
	
	
	



	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
	}

