@charset "utf-8";

*{
	color			:#c6c6c6;
	font-size		:100%;
	margin			:0;
	padding			:0;
	outline			:none;
	background-color:#161616;
}

body {
	text-align		:center;
}

img {
	border			:none;
}

img#logo {
	position 		:absolute;
	top				:0;
	left			:0;
}

img#error_message {
/*
	position		:absolute;
	top				:50%;
	left			:50%;
	margin			:-77px 0 0 -217px;
*/
	margin			:80px 60px 50px;

	width			:480px;
/*	height			:155px;
*/
}


div#tmpBox {
	height			:100%;
	position		:relative;
	margin			:0 auto 0;
	
	width			:534px;
	height			:255px;
	
}
