html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	background-color: #333;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
#website {
	height: 100%;
	text-align: center;
	}

h1 {
	margin: 200px 0 35px 0;
	}
img {
	border: 0;
	}
p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
p a {
	color: #FFF;
	}
p a:hover {
	text-decoration: none;
	}
