@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}


.div-tudo {
	position: absolute;
	left: 50%;
	width: 770px;
	margin-left: -385px;
	background-image: url(imagens/layout/background.jpg);
	background-position: top right;
	background-repeat: no-repeat;

}
.div-topo-esquerda {
	top: 0;
	width: 215px;
	height: 145px;
	float: left;
}
.div-topo-direita {
	top: 0;
	width: 555px;
	height: 145px;
	float: right;
}
.div-conteudo {
	width: 446px;
	padding-left: 30px;
	float: left;
}
.div-menu {
	width: 264px;
	float: right;
	padding-right: 30px;
}

.texto-cinza {
	font-family:  "Myriad Pro", "Arial", "Verdana";
	font-size: 13px;
	color: #929290;
	line-height: 22px;
	text-decoration: none;
}
.texto-branco {
	font-family:  "Myriad Pro", "Arial", "Verdana";
	font-size: 13px;
	color: #FFF;
	line-height: 22px;
	text-decoration: none;
}
h1 {
	font-family:  "Myriad Pro", "Arial", "Verdana";
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F00;

}