h1 {
	clear: both;	
}

.header-logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;	
}

.menu {
	text-align: center;	
}

.menu a {
	text-decoration: none;
	color: #492f91;
	font-weight: bold;
}

.image-container {
	float: left;
	padding: 10px;	
}

.gallery-image {
	width: 100px;
	height: 66px;
}

a.main-button {
	display: block;
	padding: 25px;
	border: 1px solid #333333;
	background-color: #492f91;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}