@charset "UTF-8";

body{
	margin: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

	
#centercontent{
	position: absolute;
	width: 300px;
	height:300px;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	}
	
#staranime{
	position: absolute;
	top: 10px;
	left: -50px;
	}
	
#title{
	position: absolute;
	top: 260px;
	left: 150px;
	}

a {
	border-style: none;
	}
	
a:hover {
	border-style: none;
	}

img {		
	border-style: none;
	}

	
	
	
	
