/* hide from ie on mac \*/
html, body, #website {
	height: 100%;
	overflow:hidden
}

#website {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #ccc;
	font-size : 11px;
	font-family : "arial", "helvetica", "verdana" 
}

