

/***** Include the RESET CSS *****/

@import url("includes/reset.css");

html, body { height: 100%; }
body {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: black;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	outline: 0;
}
div#website {
	width: 100%;
	height: 100%;
    overflow: hidden;
}
object:focus, object:active { outline: 0; }