body {
   background: Black;
}

body a:link {color: white;}
body a:visited {color: white;}
body a:hover {
color: white;
text-decoration: none;
list-style-type: none;
}
body a:active {
color: white;
text-decoration: none;
list-style-type: none;
}

#index {
	position: absolute;
	background: url(index.jpg);
	width: 960px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -245px;
}

#logo {
    position: absolute;
	background: url(logo_molten.gif);
	width: 85px;
	height: 33px;
	margin-left: 0px;
	margin-top: -34px;
}

#index p {
   color: white;
   padding-left: 30px;
   padding-right: 30px;
   text-align: justify;
}

#ball_text {
   position: absolute;
   right: 50px;
   bottom: 10px;
   width: auto;
   height: auto;
   color: white;
}
