body	{
	background-color: #eee;
	background:url('../imgs/background-light.jpg')repeat fixed center;
	font-family: 'Merriweather', serif;
	padding-bottom: 15px;
}

.container {
	margin-top: 10px;
	background-color: white;
	border:1px solid #cecece;
}

#header	{
	color: #660000; 
	font-size: 26px; 
	font-weight: bolder;
	padding-top: 5px;
}

#header img {
	max-width: 100%;
	height: auto;
	padding: 10px;
}

#body {
	text-align: center;
	padding: 15px;
}

#body h1{
	text-transform: uppercase;
}

#body p {padding-top: 15px;}

#galerie {
	text-align: center;
}

#galerie img {
	max-width: 100%;
	height: auto;
	padding: 15px;
}

#footer {padding: 15px; text-align: right;}