@charset "UTF-8";
/* CSS Document */

body{
	background-color: #b41318;
}

div#container{
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

div#header{
	background: url(tasteofbrugeslogo.png) center top no-repeat;
	height: 193px;
	width: 100%;
}

div#photo{
	background: url(tasting.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.content{
	width: 900px;
	background: #FFF;
	margin: 20px 0 0 0;
	padding: 30px;
}

p, h1, h2{
	font-family: 'Roboto', sans-serif;
}

.light{
	color: #999;
	font-weight: 100;
	text-align: center;
}