body {
	margin: 0;
	padding: 0;
	background:#fff;
}
img {
	border:0;
	margin:0;
	position:relative;
	left:7px;
}
#divTudo {
	width: 100%;
	height:100%;
}
#divTopo {
	width: 100%;
	height: 105px;
	background: #135C89 url("../imagens/bg_header.png") repeat-x;
}
#divContato {
	color: #FFF;
	font-weight: bold;
	position:absolute;
	right: 0;
	top: 80px;
	height: 18px;
	padding: 0 5px 0 20px;
	margin: 0;
}
#divContato img {
	border: 0;
	position: relative;
	bottom: -3px;
	left: 2px;
}
#divContato a {
	text-decoration: none;
	color: #fff;
}
#divContato a:hover {
	color: #1E90FF;
	text-decoration: underline;
}