@charset "utf-8";
/* @author: www.phsolucoes.net */

#top {
	height:150px;
	width:100%;
	}
#back {
	height:145px;
	background-color:#b5e655;
	}
#top_content {
	width:960px;
	height:145px;
	margin: 0 auto;
	}
#logo {
	width:350px;
	height:140px;
	margin-left:20px;
	background:url(../imagens/logo.png);
	}
#facebook {
	width:40px;
	height:40px;
	float:right;
	}
#face {
	width: 40px;
    height: 40px;
	overflow: hidden;
   	background:url(../imagens/face_black.png);
	display: block;
	text-indent: 10000px;
	}
#face:hover {
    background:url(../imagens/face.png);
	}
#line {
	height:5px;
	background-color:#FFF;
	}
.face2 {
	margin-right:180px;
	margin-top:15px;
	}