@charset "UTF-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
	color: inherit;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#fundoA{
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	border: 0;
	
	z-index: 1;
}

#fundoB{
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	border: 0;
	
	background-image: url(../media/index/nuvens.png);
	background-position: center center;
	
	z-index: 2;
}

#main{
	position: absolute;
	width: 550px;
	height: 600px;
	
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -300px;
	
	border: 0;
	
	z-index: 3;
}

.texto{
	color: #5F9381;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	width: 360px;
	
	text-align: center;
}


