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

body 
	{
	background-color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	margin:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}

DIV.outer
      {
      position: absolute;
      left: 50%;
      width: 1024px;
      margin-left: -512px; /* half of width */
      }

DIV.keSplash
	{
	position:absolute;
	top: 250px;
	width:1024px;
	background-image:url(../images/ketitle.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:123px;
	z-index:10;
	}

DIV.hidden
	{
	position:absolute;
	color:#000000;
	top: 250px;
	width:1024px;
	height:123px;
	z-index:5;
	}

DIV.copyright
	{
	position:absolute;
	top: 650px;
	width:400px;
	margin-left:300px;
	height:auto;
	text-align:justify;
	}


