@charset "UTF-8";
/*GERAL*/
body {
	background-image: url(fundo.png);
	background-repeat: repeat-x;
}
#conteudo {
	position: relative;
	width: 760px;
	height: 560px;
	margin: 0 auto;
}
