@charset "utf-8";
/* CSS Document */

body {
	background-color: #98002e;
	margin: 0px;
	padding: 0px;
}
#tudo {
	position:relative;
	left:0px;
	top:0px;
	width:776px;
	height:560px;
	background-image: url(imagens/direito_02.jpg);
	background-repeat: no-repeat;
}
#fotos {
	position:absolute;
	left:0px;
	top:168px;
	width:776px;
	height:300px;
	z-index:2;
}
#logos {
	position:absolute;
	left:495px;
	top:485px;
	width:213px;
	height:56px;
	z-index:1;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	color: #FFF;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #FFF;
}

