@charset "utf-8";
/* CSS Document */

body
{
	background-color: #851f0a;
	background-image: url(img/fundo_meio.jpg);
	background-position: center 48px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	color: #851f0a;
	font-size: 12px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active
{
	font-family: "Trebuchet MS";
	color: #b0432d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#topo
{
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	background-image: url(img/tarja_topo.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 10;
}

#rodape
{
	position: fixed;
	_position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 27px;
	background-image: url(img/fundo_rodape.jpg);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 10;
}

.conteudo
{
	position: relative;
	margin: 0 auto;
	width: 920px;
}

#site
{
	position: relative;
	width: 980px;
	height: 625px;
	margin: 0 auto;
	margin-top: 48px;
	*top: 48px;
	z-index: 1;
}

.trans
{
	position: absolute;
	width: 500px;
	height: 600px;
	left: 50%;
	top: 60px;
	margin-left: -250px;
	text-align: center;
	color: #FFFF00;
	font-family: "Trebuchet MS";
	font-size: 14px;
}