@charset "utf-8";
/* CSS Document */

BODY, HTML {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

BODY {
	background-color:#e9e9e9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
}	

#error {
	width:642px;
	margin:auto;
	margin-top:40px;
}

#msg {
	margin:0;
	position:relative;
	top:-40px;
	left:50px;
}

#msg A {
	text-decoration:none;
	color:#80368b;
}

#msg A:hover {
	text-decoration:underline;
	color:#50065b;
}

