@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family:"Calibri", "Trebuchet MS",  Arial, Helvetica, sans-serif;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat;
}

#site{
	width:960px;
	height:840px;
	position:relative;
	margin:0px auto;
	background-color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	
}

#fundo_topo{
	width:400px;
	height:215px;
	z-index:0;
	top:0px;
	left:450px;
	position:absolute;
	background-image:url(../img/fundo_topo.jpg);
}

#logo {
	position:absolute;
	width:265px;
	height:135px;
	z-index:1;
	left: 20px;
	top: 20px;
}
#menu {
	position:absolute;
	width:320px;
	height:28px;
	z-index:2;
	left: 620px;
	top: 115px;
	text-align:right;
}

#menu a {
	background-color:#660033;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	font-size:18px;
	color:#FFF;
	margin-left:18px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#menu a:hover {
	border:2px solid #FFF;
	padding:3px 13px 3px 13px;
}

#pre_rodape {
	width:920px;
	height:190px;
	position:absolute;
	top:580px;
	left:20px;
	border:2px solid #603;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#523D52;
	background-image:url(../img/bg_parceiros.png);
	background-repeat:no-repeat;
	text-align:right;
}
#pre_rodape img{
	margin-right:7px;
}

#rodape {
	width:920px;
	height:20px;
	padding-top:10px;
	position:absolute;
	top:790px;
	left:20px;
	border-top:1px dotted #603;
	color:#CCC;
	text-align:center;
}