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

body{
background-color:#000000;
}

#index
{
position: absolute;
width: 512px;
height:384;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -192px;
}

a {
   text-decoration:underline;
   }

a:link {
	color:#FFFFFF;
	}

a:visited {
	color:#FFFFFF;
	}

a:active {
	color:#FFFFFF;
	}

a:hover {
        text-decoration:none;
	}
