@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
	width: 100%;
}

body {
	background: url("../imagens/fundo-padrao.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#quadro {
	height: 600px;
	width: 800px;
	background: url("../imagens/fundo.jpg") no-repeat center center;
	position: relative;
}

#menu {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 180px;
}

ul.menu li {
	background: url("../imagens/fundo-branco-alpha.png");
	height: 29px;
	list-style: none;
	margin-bottom: 12px;
}

#anuncios {
	background: url("../imagens/fundo-branco-alpha.png");
}

#anuncios #texto {
	padding: 0 5px 5px 5px;
	font-size: 10px;
}

#anuncios #texto a {
	font-size: 10px;
}

#conteudo {
	position: absolute;
	top: 25px;
	right: 25px;
	height: 550px;
	width: 540px;
	display: none;
}