/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

a img {
	border: 0;
}

#pagina {
	width:778px;
	margin: 0 auto;
	/*background:#00FF00;*/
}
#cabecalho p {
	position: absolute;
	top: 60px;
	right: 0;
	height: 20px;
}
#cabecalho p a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: -1px;
	font-weight:normal;
	margin: 0 10px;
	padding: 0 2px;
}
#cabecalho p a.bold {
	font-weight:bold;
}
#rodape {
	clear: both;
	height: 45px;
	position: relative;
}
#rodape .assinatura {
	background: url(../imagem/g3iaction.gif) no-repeat center;
	position: absolute;
	top: 21px;
}

#rodape .assinatura a {
	display: block;
	width: 57px;
	height: 11px;
	font-size: 0;
	_text-indent: -9999em;
}
