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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7f6b8;
}
body {
	background-color:#000;
	background-image:url(images/jahkur-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #e7f6b8;
}
a:visited {
	color: #e7f6b8;
}
a:hover {
	color: #EEFFBE;
}
a:active {
	color: #e7f6b8;
}
h1 {
	font-size: 16px;
	color: #bdb54a;
	font-weight:bold;
}
.footer {
	background-color:#161616;
	color:#999999;
}
.footer p {
	padding-top:15px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	background-color:#272727;
	border:1px solid #3e3c3c;
	color:#FFF;
}
textarea {
	background-color:#272727;
	border:1px solid #3e3c3c;
	color:#FFF;
	scrollbar-base-color: #000;
}




div#topcontent {
	position:absolute;
	width:390px;
	height:206px;
	top:131px;
	left:50%;
	margin-left:-225px;
	z-index:1000;
}