html, body{
   height:100%;
}

body {
	background-color:#000000;
    margin: 0px;
	overflow:hidden;
}

#errorMessage {
	width:800px;
	margin:200px auto;
	text-align:center;
	vertical-align:middle;
}
object { outline:none; }
