/* CSS Document */ 

.body {
	background-attachment: scroll;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
.wrapper {
	background-color: transparent;
	height: 830px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -500px;
}
.logo {
	height: 152px;
	width: 597px;
	position: absolute;
	left: 35px;
	top: 20px;
}
.record {
	height: 272px;
	width: 273px;
	position: absolute;
	top: 20px;
	left: 675px;
	}
	
.nav {
	height: 50px;
	width: 597px;
	position: absolute;
	left: 45px;
	top: 175px;
	text-align: justify;
}
.lang {
	height: 50px;
	width: 170px;
	position: absolute;
	top: 230px;
	left: 490px;
	}
	
.band {
	height: 317px;
	width: 422px;
	position: absolute;
	left: 50px;
	top: 230px;
	text-align: justify;
}

	
.social {
	height: 93px;
	width: 405px;
	position: absolute;
	left: 45px;
	top: 565px;
	text-align: justify;
}
.c_bg {
	background-image: url(images/bg_con.png);
	width: 500px;
	height: 500px;
	position: absolute;
	left: 450px;
	top: 300px;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	width: 440px;
	height: 500px;
	position: absolute;
	left: 490px;
	top: 310px;
	line-height: 15px;
	letter-spacing: 1px;

	
}
.media{
	height: 150px;
	width: 405px;
	position: absolute;
	left: 45px;
	top: 660px;
	text-align: center;
}

.nav2 {
	width: 380px;
	height: 100px;
	position: absolute;
	left: 575px;
	top: 820px;
	text-align: right;
	
}
.browse {
	width: 350px;
	height: 30px;
	position: absolute;
	left: 605px;
	top: 820px;
	
}
.footer{
	width: 940px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	height: 195px;
	top: 850px;
	text-align: center;
}
a:link {
	color: #ffffff; text-decoration:underline;
	
}
a:visited {
 
	color: #ffffff; text-decoration:underline;
}
a:hover {
	color: #ff6600; 
}
a:active {
	color: #ff6600; text-decoration: none;
}

