@charset "utf-8";
body {
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
}
#master {
	margin: auto;
	height: 600px;
	width: 800px;
}
#topo {
	float: left;
	height: 200px;
	width: 800px;
}

