@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image: url(../images/fundo.jpg);
	background-repeat: no-repeat;
	color: #000;
	}
	
#topo {
	display: block;
	height: 169px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;
}

#logo {
	display: block;
	height: 145px;
	width: 260px;
	margin-top: 6px;
	margin-left: 234px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
