html {
background: url("../images/background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: "Arial";
color: #fff;
}

h1 {
	font-size: 15em;
}
#floater {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;

}

#monkeys {
	padding: 1em;
	display: table-cell;
	vertical-align: middle;

}

