body {
	background:url(/kurt.jpg) no-repeat right center;
	background-size:contain;	
	background-color:#FFFAE7;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:"Open Sans";
	font-size:18px;
}
body > .container { height:100%; vertical-align:middle;}
body > .container > .inner { display:table; height:100%; }
body > .container > .inner > .content { display:table-cell; vertical-align:middle; }
.content {
	background:rgba(255,255,255,0.8);
	padding:20px;	
}

a { color:#000; text-decoration:underline; }
h1,h2,h3 { font-style:bold; text-align:center; }
h4 { font-size:26px; }
.contact { margin-top:65px; text-align:right; }
#logo { 
	background:url(/logo.png) no-repeat center center;
	background-size:contain;
	height:64px;
}