





*
{
  margin: auto  auto;               
}







body{
	background: url(../images/background_04.jpg);
	background-repeat: no-repeat;
	background-size:  auto auto;
	background-attachment: fixed;

	font-family: 'Exo', sans-serif; 

	text-shadow: 0px 2px 3px #d4390b;

}







#div_content{
	background: rgba(0,0,0,0.9);  
	width: 80%; 
	height: auto; 	
	color: #e49928; 
	margin: auto auto; 
	margin-top: 200px; 
	padding: 20px; 
	overflow: hidden;
	border-radius: 10px; 
	border: dashed #e49928 5px;

	box-shadow: 0px 5px 10px black;
}





#div_content h1 {
	text-align: center;
}

#div_content h4 {
	text-align: center;
}




#image{
	display: block;

	// width: 70%;
	// height: auto;

	width: auto;
	height: auto;

	border-radius: 10px; 
	border: double orange 6px;

	box-shadow: 0px 5px 10px black;
}




#bottom_content{
	background: rgba(0,0,0,0.7);   
	width: 80%; 
	height: auto; 	
	color: #e49928; 
	margin: auto auto; 
	margin-top: 30px;
	margin-bottom: 30px; 
	padding: 20px; 
	border-radius: 10px; 
	border: double #e49928 6px;

	box-shadow: 0px 5px 10px black;
}



#bottom_content a{
	text-decoration: none;
	color: orange;
	display: block;
	text-align: center;

	text-shadow: 0px 3px 5px black;
}