body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	color:#999;
	background-image:url(pics/gKindexBG.png);
	background-position: 100% 0%;
	background-repeat:no-repeat;
	}
	
#all {	
  position:absolute;
  top:50%;
  left:50%;
  width:600px;
  height:500px;
  margin-left:-300px;
  margin-top:-255px;
  text-align:center;  
}

h1 {
	font-size: 1em;
	color:#FFF;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position: relative;
	margin: -25px 0 5px ;
	border-top: 1px solid #0f0;
	border-bottom: 1px solid #0f0;
}
h1 a:link { color:#0F0; text-decoration:none; }
h1 a:visited { color:#0F0; text-decoration:none; }
h1 a:focus { color:#FFF; text-decoration:none; }
h1 a:hover { color:#FFF; text-decoration:none; }
h1 a:active { color:#ccc; text-decoration:none; }

h2 {
	font-size: 0.78em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position: relative;
	margin: 2px 0 0 0;
}
h2 a:link { color:#FFF; text-decoration:none; }
h2 a:visited { color:#FFF; text-decoration:none; }
h2 a:focus { color:#0F0; text-decoration:none; }
h2 a:hover { color:#0F0; text-decoration:none; }
h2 a:active { color:#ccc; text-decoration:none; }

h3 {
font-family:Arial, Helvetica, sans-serif;
position:relative;
margin:40px 0 0;
color:#F60;
font-weight:normal;
}
h3 a:link { color:#F60; text-decoration:none; }
h3 a:visited { color:#F60; text-decoration:none; }
h3 a:focus { color:#FFF; text-decoration:none; }
h3 a:hover { color:#FFF; text-decoration:none; }
h3 a:active { color:#ccc; text-decoration:none; }

.shadowunten {
	height:8px;
	width: 100%;
	background-image:url(pics/shadow-unten.png);
	position:fixed;	
	left:0;
	bottom:16px;	
	padding:0;
	margin:0;
}
#footer {	
	font-size: 0.7em;
	position:fixed;	
	left:0;
	bottom:0;	
	width: 100%;
	height: 15px;
	background-image:url(pics/gK-footer.png);
	padding:0;
	text-align:left;	
	text-indent:13px;
	border-top: 1px solid #900;
}
#footer a:link { color:#FFF; text-decoration:none; }
#footer a:visited { color:#FFF; text-decoration:none; }
#footer a:focus { color:#0F0; text-decoration:none; }
#footer a:hover { color:#0F0; text-decoration:none; }
#footer a:active { color:#ccc; text-decoration:none; }

a img { border:0;}

a:link img {
border:0;
}

a:hover img {
border:0;
}
a:visited img {
border:0;
}