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

body{
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	height:100%;
	background-color: white;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.parceiros_titulo {
	font-size:20px;
}

#topo{
	background-image:url(../images/menu/fundo_topo.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	width:100%;
	height:33px;
	color:white;
	text-align:center;
	font-size:9px;
	padding-top:10px;
	position:fixed;
	margin-top:-16px;
	z-index:100;
}

#menu{
	background-image:url(../images/menu/fundo_menu.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	width:100%;
	height:80px;
	text-align:center;
	margin-top:16px;
	position:fixed;
	z-index:100;
}

#content {
	min-width:880px;
	height:100%;
}

#conteudo {
	height:100%;
	width:800px;
	padding-top:150px;
}

#parceiro_texto{
	display:inline;
	text-align:right;
}

#parceiro_imagem{
	display:inline;
	float:right;
	width:330px;
}

#dados_empresa{
	
	height:100%;
	width:320px;
	float:right;
}

#teste { position: absolute; bottom: 0; left: 0; }

#dados_empresa a{
	text-decoration:none;
	color:red;	
}

.empresa_titulo {
	font-size:14px;
}

.empresa_email {
	color:red;
	font-size:10px;	
}

#banner {
	float:left;
	margin-top:70px;
}