/* CSS Document */
body {
	margin:0;
	border:0;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-color:#939393;
	width:100%;
	height:100%;
	}
#menu{
	width:250px;
	height:100%;
	background-image:url(imagens/menu.gif);
	float:right;
}
.topo{
	width:510px;
	height:125px;
	float:right;
}
#conteudo {
	width:510px;
	height:230px;
	float:right;
	border:0px;
	}
