html, body {
		height: 99%;
		width: 99%;
		font-family: 'Domine', serif;
		font-size:16px;
		color:#2e2926;
		background: #FFF;
		
}

a {
	color:#2e2926;
	text-decoration:none;	
}

#wrap {
	height: 100%;
	display: table;
	text-align: center;
	margin: auto;
}
#main {
	display: table-cell;
	vertical-align: middle;
}

#bo {
	width:700px;
	height:700px;
	background-image:url(../img/boknows.jpg);
	background-repeat:no-repeat;
}

#botext {
	padding-top: 590px;
}
#botext p {
	margin-bottom:-0.8em;
}
