#body
{
	background-color: black;	
}

#mestre
{
	background-color: black;
	background-repeat: no-repeat;
	width: 760px;
	height: 718px;
	margin: 0 auto;
	
		
}

#logo
{
	width: 760px;
	height: 300px;
	margin: 0 auto;
	float:left;
}

#botoes
{
	width: 740px;
	height: 35px;
	margin-top: 5px;
	border-top: solid 1px yellow;
	border-bottom: solid 1px yellow;
	background-color: white;
	padding-right: 20px;
	text-align: right;
	float: left;
}

#botoes a	
{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 40px;
	
}

#botoes a:hover
{
	color: yellow;
}


#rodape
{
	width: 760px;
	height: 250px;
	margin: 0 auto;
	float:left;
}


#mail
{
	width: 760px;
	height: 60px;
	margin-top: 10px;
	float:left;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	
		
}





#ideiah
{
	width: 760px;
	height: 28px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding-top: 5px;
	text-align: center;
	margin-top: 20px;
	float:left;
		
}

