#topo{
	/*
	 * Exemplo de como deve ficar o topo customizado
	 */

	/* Não coloca a imagem do fundo
	background-image:none;
	*/
}

.texto-nome{
	/*
	 * Some com o nome do escritório
	 */
	/*display:none;*/
}

#logo{
    float:left;
    width:290px;
    height:90px;
    background-position:2px 2px;
    background-image:url(../images/logo.jpg);
    background-repeat:no-repeat;
}

#nome{
	margin-top:60px;
}
