@charset "UTF-8";

@import url("reset.css");

body, html{
	/*background:url("../images/bg/bg.png") left top repeat;*/
	background:url("../images/bg/bg-new.png") left top repeat;
    
}
.sections{
	overflow:hidden;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top:-113px;
	margin-left: -344px;
}
.sections a{
	display:block;
	width:176px;
	height:226px;
	float:left;
	cursor: pointer;
}
.sections a.rep{
	background:url("../images/bg/logo.png") left top no-repeat;	
	margin-right:80px;
}
.sections a.coast{
	background:url("../images/bg/logo.png") right top no-repeat;
    margin-right:80px;
}
.sections a.artist{
    background:url("../images/bg/logo-artist.png") right top no-repeat;
}