/*  INCLUDES  */
@import url("includes/reset.css");

html, body { height:100%; background: #000000; }
html {	overflow-y: scroll; }
body {
	margin: 0;
	background: #000000;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9pt;
	outline: 0;
}
div#website {
	width: 100%;
	height: 100%;
    overflow: hidden;
	position: fixed;
}
* html div#website {position:absolute;}
div#resizer {
	position: absolute;
	height: 100%;
}
div {
	background: #000000;
}

a:link, a:active { color: #dddddd; text-decoration: none; }
a:visited { color: #eeeeee; }
a:hover { text-decoration: underline; }
object:focus, object:active { outline: 0; }