* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	min-height:100%;
}

body {
	background: url("background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 4em;
	line-height: 1.4em;
	cursor: pointer;
	height:100%;
	min-height:100%;
	overflow: hidden;
}

img {
	max-width: 135px;
}

#overlay {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

#inner {
	width: 100%;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

