/* hide from ie on mac \*/
html, body {
	width: 100%;
	height: 100%;
}
#website {
	width: 100%;
	height: 100%;
}
/* end hide */
body {
	background: #010101;
	font: 86% "Helvetica Neue", Arial, sans-serif;
	margin: 0;  
	color: #ffffff;
	text-align: center;
}
object { 
	outline:none; 
}