@charset "utf-8";
/* CSS Document */

html, body {
margin:0; padding:0;
width:100%;
height:100%;
}

body {
background:url(img/header-bg.jpg);
background-position:center bottom;
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
}

img.header{
position:absolute; left:50%; top:50%;
margin:-85px 0 0 -175px;
}

div.header {
	display:table;
	width:100%;
	height:100%;
}

	div.header>div {
		display:table-cell;
		text-align:center;
		vertical-align:bottom;
	}
	
		div.header>div img {
			display:inline-block;
			margin-bottom:5%;
		}