@charset "utf-8";
body {
	height:100%;
	margin: 0;
	padding: 0;
}

#error-box{
	position:absolute; 
	top:50%;
	left:50%;
	width:640px;
	height:480px;
	margin:-240px 0 0 -320px;
}
#error-box img{
	border: 0 none;
}