/* CSS Document */

body{
margin: 0;
bottom: 0;
left: 0;
right: 0;
background-image: url("FundoSite.jpg")
}

h2{
font...
}

#principalback{
	width:764;
	margin: 0 auto;
	height: 130;
}

#principal{
	width:764;
	background-image: url("fundodiv.png");
	margin: 0 auto;
	height: 950;
}

#conteudo{
	width:764;
	margin: 0 auto;
	border: 1 black;
	top: 250;
	heigth: 100%;
}

#bannerdown{
	width:765;
	bottom: 0;
	height: 110;
	background-image: url("fundodivdown.png");
	position: relative;
}


.alinhadireita{
	text-align:right;
	color:#fff !important;
	font-weight:bold;
	font-family:trebuschet;
}
.error{
	color:#f55;
	font-weigth:bold;
}