body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6c6a6d;
	background: #151217;
}

.wrapper {
	height:1px;
	width: 1px;
	position: absolute; top:50%; left:50%;
}

.wrapper2 {
	height:1px;
	width: 1px;
	position: relative;
}

.container {
	height: 620px;
	width: 1000px;
	overflow:hidden;
	position: absolute; top:-310px; left:-500px;
	background:transparent url('img/main_bg.jpg') no-repeat left top;
}
	
	.zone1 {
		height:160px;
		margin-top:360px;
	}
		.links {
			height:160px;
			width:160px;
			margin-left:165px;
			float:left;
			display:inline;
		}
			.links a {
				height:18px;
				float:right;
				margin-top:5px;
			}
				.links a:hover {border-bottom:2px solid #ffffff;}
				.link1 {width:70px; margin-top:43px!important;}
				.link2 {width:144px;}
				.link3 {width:130px;}
				.link4 {width:130px; margin-top:28px!important;}
		
		.pics {
			height:175px;
			width:185px;
			margin-left:330px;
			float:left;
			display:inline;
		}
			.pics a {
				height:175px;
				width: 185px;
				float:right;
			}
		
	.zone2{
		height:24px;
		margin-top: 57px;
	}
		.player {
			height: 24px;
			width: 400px;
			margin-left:300px;
		}
		

	.zone3{
		height:16px;
		text-align:center;
		margin-top:5px;
	}
		.zone3 a:link, .zone3 a:active, .zone3 a:visited {color:#6c6a6d; text-decoration:none;}
		.zone3 a:hover {color:#ffffff; text-decoration:none;}
	
.clear {clear:both;}