@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #08080b;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/fundo.jpg);
	background-position: center top;
}
#topo{
	width:970px;
	height:207px;
	position:relative;
}
#banner{
	width: 970px;
	max-height: 320px;
	min-height: 17px;
	padding-top: 40px;
	position:relative;
}
#meio{
	width: 970px;
	min-height: 325px;
	position:relative;
}
#copy{
	width: 100%;
	height:75px;
	padding-top: 5px;
	position:relative;
	background-position: center;
	background-repeat: repeat-x;
	background-image: url(../imagens/fundocopy.jpg);
}
#news{
	position:relative;
	background-color: #161313;
	border:  #242224 1px solid;
	width: 386px;
	height: 63px;
	background-image:url(../imagens/fundocima.jpg);
	float:right;
}
#contato{
	position:relative;
	background-color: #161313;
	border:  #242224 1px solid;
	width: 113px;
	height: 63px;
	float:right;
	background-image:url(../imagens/fundocima.jpg);
	margin-left: 17px;
}

.link:hover {text-decoration:none; z-index:1000;} 
.link.tooltip span {display:none; padding:10px 10px 10px 10px; margin-left:-100px; z-index:1000;width: 300px;
	background-color: #2e313b;
	border: #46474e 1px solid;
	min-height:	200px; }
.link.tooltip:hover span{display:inline; position:absolute; ; z-index:1000;}