html{
	background-image: url(../imagens/fundo.jpg);
	background-position: top;
}

body{
	width: 800px;
	margin: 0.4em auto 0 auto;
}

#cabecalho{
	width: 800px;
	height: 304px;
	background-image: url(../imagens/cabecalho_01.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

#cabecalho h1{
	display: none;
}

#cabecalho h2{
	display: none;
}

#conteudo{
	clear: both;
	background-image: url(../imagens/fundo_conteudo.png);
	background-position: center;
	background-repeat:no-repeat;
}

#interno{
	padding: 10px 10px 10px 10px;
}

#controle_tamanho{
	height: 250px;
	width: 1px;
	float: left;
}