/* CSS Document */
object {
	outline:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#000;
	color:#FFF;
	overflow:hidden; 
}


html, body{
	min-height:100%;
	height:100%;
	width:100%;
}

html>body{
	height:auto;
}

#website{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:600px;
	min-width:850px;
}
