body {
	background-color: #FFFFFF;
	margin: 0px;
}
#wrapper {
	width: 100em;
	height: 140px;
}

#logo {
	width:215px;
	height:115px;
	float:left;
	text-align: center;
	}

#imagens {
	height:115px;
	float:left;
	background-image: url(../imagens/topo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 80em;

}

#menu_topo {
	clear:both;
	height: 25px;
	width: 100%;
	background-color: #1BBA4F;
}

