html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url(/assets/images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	}
h1 {
	display: none;
	}
p {
	display: none;
	}
#website {
	height: 100%;
	}
