@charset "utf-8";
/* CSS Document */

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9e9d9d;
}

a:link {
	text-decoration: none;
	color: #9e9d9d;
}
a:visited {
	text-decoration: none;
	color: #9e9d9d;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #9e9d9d;
}

.error {
	background-color: #FF0000;
	border: 2px solid #FF0000;
}

.preloadimg {display:none;}
