body {
	background: white;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
h1, h6 {
	margin: 0;
	font-weight: normal;
}
div#container {
	position: relative;
	min-height: 200px;
	max-width: 1200px;
	min-width: 750px;
	margin: auto;
	align: center;
}
div#first-column,
div#third-column {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
}
div#first-column {
	left: 0;
}
div#third-column {
	right: 0;
}
div#content {
	background: lightgrey;
}
div#header,
div#quote,
div#footer {
	max-width: 1200px;
	min-width: 750px;
	margin: auto;
}
div#header {
	border-bottom: none;
	height: 97px;
}
div#quote {
	border-bottom: none;
	text-align: center;
}
div#footer {
	border-top: none;
	text-align: right;
	background: lightgrey;
}
img {
	border: 0;
}
