/* hide from ie on mac \*/
html, body, #website {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width:960px;
	min-height:740px;
	width: 100%;
	height: 100%;
	_width: 960px;
	_height: 740px;

}
/* end hide */
body {
	background: #000;
	color: #FFF;
	font: 86% "Helvetica Neue", Arial, sans-serif;
	margin: 0;                
}


/* removes the link border from mozilla */
#website object:active {
	outline: none;
}
#website object:focus {
	-moz-outline-style: none;
}

#header {
	font-size:20px;
	text-align:center;
}
p {
	margin:0 0 10px 0;
}