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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
body {
	background-color: #000;
	background-image: url(../images/bg_main_splash.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0;
}
a:hover {
	text-decoration: none;
	color: #9F0;
}
a:active {
	text-decoration: none;
	color: #9F0;
}
#logh1 {
		width:100%;
		height:500px;
		background:url(../images/bg_top_splash.png) repeat-x;
/*		margin:0 50% 0; */
}

#logh {
		width:600px;
		height:500px;
		background:url(../gen_splash.png) center no-repeat;
		margin:auto;
}