body {
background: url('images/road.jpg') #655a4c;
}
#entry {
	width: 600px;
	background: rgba(0,0,0,0.5);
	margin: 15% auto;
	padding: 30px;
	border: 10px solid #efefef;
	
}
h1 {
	text-transform: uppercase;
	text-align: center;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#efefef;
	font-size: 40px;
}
p {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#efefef;
	font-size: 20px;
}