/**
 * Header
 */
#header .decor {
	background-image: url(decor.png);
	height: 191px;
	max-width: 933px;
}


/**
 * Content
 */
#content .main {
	width: 70%;
}


/**
 * Map
 */
#content .map {
	background: #aaa;
	height: 400px;
}

