@CHARSET "UTF-8";
/* As nuvens*/
#leftCloud{
	background-image: url('/images/cloudleft.png');
	width: 678px;
	height: 409px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:-1;
}
#rigthCloud{
	background-image: url('/images/cloudright.png');
	width: 616px;
	height: 264px;
	position: absolute;
	right: 0%;
	top: 0px;
	z-index:-1;
}

/*Cabeça do site depois da barra*/
#head{
	width: 991px;
	height:219px;
	margin:auto;
	background-image: url('/images/power.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
	.logo{
		width:261;
		height:129;
		padding-top: 30px;
		padding-left: 20px;
	}
	.playerGirl{
		width: 499px;
		height: 219px;
		position: relative;
	}
		.girl{
			position:relative;
			margin-right:35px;
			width: 291px;
			height: 219px;
			z-index: 10 !important;
		}
		.player{
			position: absolute;
			z-index: 5;
			top:87px;
			left:120px;
			width: 171px;
			height: 50px;
			background-image: url('/images/listennow.png');
		}
		.wrap{
			position: absolute;
			z-index: 20;
			top:87px;
			left:120px;
			width: 171px;
			height: 50px;
		}
	
/*Menu */
#menu{
	margin:auto;
	width:991px;;
}