/*
 * Cabeçalho
 * Copyright (c) 2010 Allison de O. Ramos
 */
 
 #cabecalho
 {
 	height: 150px;
 	text-align: center;
	background: left top repeat-x url(../imagens/fundo_logo.png);
 }
 
 #logo
 {
 	margin: 0px 20px 0px 0px;
	position: relative;
	bottom: 5px;
 }
