@charset "utf-8";
#principal {
	width: 100%;
	position: fixed;
	height: 100%;
}
#fundo {
	background-attachment: inherit;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: auto;
	background-color: #e9eaeb;
}
#bannerfull {
	height: 82px;
	width: 330px;
}
#conteudo {
	position: relative;
	left: 0px;
	width: 620px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	font-style:normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}