@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	line-height:normal;
}

body, html {
	margin:0;
	background-color:#FFFFFF;
	text-align:center;
}

div#main {
	width:810px;
	margin:0 auto;
	display:block;
}

div#topo,
div#centro,
div#rodape {
	width:100%;
	clear:both;
	position:relative;
}

div#topo {
	height:101px;
	background-attachment: scroll;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#centro {
	height:439px;
	background-attachment: scroll;
	background-image: url(../images/bgcentro.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#rodape {
	background:url(../images/bg-links.jpg) no-repeat 0 0 scroll;
	height:66px;
}
/**
 * LINKS
 * --------------------------------- */
a.link {
	/*background-color:#FC0;*/
	position:absolute;
	width:314px;
	height:32px;
	left:0;
	top:0;
}

a.email {
	width:220px;
	top:-48px;
	left:470px;
}

a.fotos {
	top:-97px;
	left:470px;
}
a.video {
	left:466px;
	top:9px;
}

/**
 * LINKS RODAPÉ
 * --------------------------------- */
div.enderecos {
	top:23px;
	height:40px;
	left:47px;
	width:700px;
	position:absolute;
}
div.enderecos a {
	width:105px;
	/*background-color:#9C3;*/
	float:left;
	margin-right:8px;
	height:40px;
}
