body {
	margin: 0px;
}
body img {
	height:264px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#bloco {
	font-family: Verdana, Geneva, sans-serif;
	height: 600px;
	width: 940px;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -470px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
}
#bloco img {
	height: 110px;
	width: 200px;
	margin-top: -55px;
	position: absolute;
	top: 50%;
}
#container {
	margin:0px;
	height: 338px;
	width: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -169px;
	margin-left: -20px;
}
#folha {
	height: 330px;
	width: 480px;
	position: absolute;
	top:0px;
	left:0px;
	background-color: #F6F4F0;
	float: none;
}
#texto {
	height: 280px;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-align:right;
	position: absolute;
	vertical-align: middle;
	left: 40px;
	top: 25px;
}
#sombra {
	height: 8px;
	width: 358px;
	position: absolute;
	left: 0px;
	top: 330px;
	float: none;
	background-image: url(site/sombra.jpg);
	background-repeat: no-repeat;
}
.destaque {
	color: #666;
	font-weight: bold;
}
a.destaque:link{
	text-decoration:none;
}
a.destaque:visited{
	text-decoration:none;
	color:000000;
}
a.destaque:hover{
	text-decoration:none;
	color:#CCCC33;
}
a.destaque:active{
	text-decoration:none;
}

