*{
	margin:0;
	padding:0;
}

body{
	background:url(img/Bottom_texture.jpg) #EFEFEF;}

#topo{
	background:url(img/Middle_texture.jpg) repeat-x;
	width:100%;
	/*border: solid 1px #FFF;*/
	height:250px;
}

#box{
	width:750px;
	height:480px;
	/*border: solid 2px #EAC659;*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin:-160px auto;
	
}
#logo{
	width:281px;
	height:105px;
	/*border: solid 1px #FFF;*/
	margin: 40px auto;
	background:url(img/Logo_RUA5_2.png) no-repeat;
	
}
#separador{
	background:url(img/footer_d.png) no-repeat;
	width:420px;
	height:12px;
	margin: 10px auto;
}



#slogan{
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:34px;
	text-align:center;
	color:#878787;
	margin:5px 0 5px 0;
}

#texto_c{
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:24px;
	text-align:center;
	color:#F7D409;
	margin:8px;
}


#construcao{
	/*background:url(img/em_construcao.png) no-repeat;*/
	width:210px;
	height:21px;
	margin: 10px auto;
	font-size:24px;
	color:#878787;

}
	