body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background: #000000;
}

#wrapper {
	height:1px;
	width: 1px;
	position: absolute; top:50%; left:50%;
}

#wrapper2 {
	height:1px;
	width: 1px;
	position: relative;
}

#container {
	height: 600px;
	width: 1000px;
	position: absolute; top:-300px; left:-500px;
	background:transparent url('img/main_bg.jpg') no-repeat left top;
}
	
	#links {
		height: 576px;
		width: 500px;
		float: right;
	}
		#links a {
			height:12px; 
			float: left;
			position:relative;
		}
		#links a:hover {
			border-bottom:1px solid #ffffff;
		}
		#link5{
			border:0!important;
		}
		
		#link1 {width:85px; top:322px; left:378px;}
		#link2 {width:60px; top:337px; left:318px;}
		#link3 {width:85px; top:352px; left:233px;}
		#link4 {width:208px; top:394px; left:25px;}
		#link5 {height:18px!important; width:44px; top:519px; left:-314px;}
		#link6 {width:140px; top:547px; left:183px;}
		#link7 {width:130px; top:547px; left:192px;}
		
		#link8 {width:80px; top:566px; left:-78px;}
		#link9 {width:50px; top:566px; left:-70px;}
		#link10 {width:50px; top:566px; left:-60px;}
		#link11 {width:50px; top:566px; left:-40px;}

	#foto {
		height: 576px;
		width: 500px;
		float: left;
	}
		#foto a {
			height: 168px;
			width: 364px;
			float: right;
			position:relative; top: 395px; left: -6px;
		}
	
	#player {
		height: 24px;
	}

	
	
#clear {clear:both;}