body {
	background: #f2f2e8;
	color: #474040;
	font-family: Georgia, Time, serif;
	font-size: 0.8em;
	text-align: center;
}

div.fullwidth {
	width: 100%;
}

div.container {
	height: 100%;
	width: 100%;
	display: table;
	left: 0;
	top: 0;
	position: fixed;
}

div.container p, .td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#menu {
	width: 768px;
	margin: auto;
}

.column {
	float: left;
	width: 240px;
	margin-right: 24px;
}

.column-last {
	float: left;
	width: 240px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link,a:hover,a:visited {
	color: #474040;
}

h1, h2, h3 {
	font-weight: normal;
	text-align: left;
}
