@charset "utf-8";
/* CSS Document */

html{
	height :100%;
}

body{
	background :#01092a url(../images/bg_estrelas.png);
	margin :0;
	padding :0;
	color :#FFFFFF;
	height :100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

	#main{
		width:100%; height:100%; text-align:center;
	}

	h1#titulo-site{
		display :none;
	}

	#semflash{
		display:none;
	}

		a{
			color:#EA7298;
		}
