*{padding: 0; margin: 0; border: none;}
@font-face { font-family: MiniForma; src: url('font/MiniForma.ttf'); }
html {
	background-color: #ffffff;
	overflow: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
body {
	font: 12px Arial, Helvetica, sans-serif normal;
	text-align: center;
	margin: 0 auto;
	color: #000;
	height: 100%;
	width: 100%;
}
header {
	background-color: transparent;
	display: block;
	overflow: hidden;
	width: 990px;
	height: 161px;
	margin: 150px auto 20px;
	position: relative;
}
header h1 a#logo {
	background: transparent url('images/logo.png') no-repeat;
	width: 990px;
	height: 161px;
	display: block;
	z-index: 11;
}
header #hoverEmpHead {
	background-color: transparent;
	height: 161px;
	width: 490px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header #hoverArtHead {
	background-color: transparent;
	height: 161px;
	width: 498px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
header h1 a#logo span {
	display: none;
}
#content {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
#content p {
	font-family: MiniForma;
	font-size: 12px;
}
#content p.soon {
	text-align: center;
	width: 100%;
	padding: 25px 0;
}
#content p.empWiki, #content p.artWiki {
	width: 475px;
	padding: 5px 10px;
	text-align: justify;
	border-top: 1px solid #D9D9C9;
	display:none;
}
#content p.empWiki {
	float: left;
}
#content p.artWiki {
	float: right;
}
footer {
	background: #E9E9E2;
	color: #41413E;
	padding: 5px;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 10px;
}
footer a {
	text-decoration: none;
	color:#0000FF;
}
footer a:hover {
	color: #000000;
}
