#address {
	width: 80%;
	height: auto;
	margin-left: 10%;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pictures {
	text-align: center
}

#pictures img {
	height: 140px;
	width: auto;
	margin: 10px;
	align: center;
}	

