body {
	margin: 0;
   padding: 0;
	background-color: black;
	text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
}
a{
	 	/*font-weight: bold;*/
		color: white;
		text-decoration: none;
	 }
a:hover{
	 	text-decoration: underline;
	 }
#centered a{
	font-size: 12px;
}	 

div#centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -262px;
  margin-left: -282px;
  /*border: 1px solid yellow;*/
  width: 594px;
  height: 494px;
}
#centered img {
	margin: 0 auto;
	display: block;
	text-decoration: none;
	border: 0;
}
div#ka_disc {
	margin-top: 150px;
	color: white;
	border-top: 1px solid #292929;
	padding: 16px 35px 28px 72px;
	font-size: 10px;
   line-height: 10px;
	color: #ADB39F;
	background-image: url(../images/logo_kingart.jpg);
	background-position: 30px 9px;
	background-repeat: no-repeat;
}
#ka_disc a{
	font-size: 10px;
}