body {
	background-image: url(../images/resources/bg.gif);
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: "Arial Narrow";
	font-size: 14px;
}
a {
	color: #FF0;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
#tabelaMae {
	background-image: url(../images/resources/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}
#menu {
	float: right;
	height: 319px;
	width: 237px;
	margin-top: 30px;
}
#conteudo {
	clear: both;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

