@charset "utf-8";
/* CSS Document */
html, body, #website {
	overflow: hidden;
}
body {
	background: #000000 url(assets/images/heron_bkg.jpg) bottom right no-repeat;
	height: 100%;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	color: #FFFFFF;
	margin: 0;                
}
#website {
	position: relative;
	margin: auto 0;
	vertical-align:middle;
}