html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	}
img {
	border: 0;
	}
a {
	border-bottom: 1px dotted #ff009e;
	color: #ff009e;
	text-decoration: none;
	}
a:hover {
	border-bottom: 1px solid #ff009e;
	background-color: #ff009e;
	color: #fff;
	}
a:active {
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #fff;
	}

h1 {
	margin: 30px;
	font-size: 12px;
	line-height: 1.3em;
	text-transform: uppercase;
	}
p {
	margin: 30px;
	}
	
#website {
	height: 100%;
	}
