@charset "UTF-8";

body {
	background: #000000;
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#top a{
	display:block;
	width:130px;
	height:150px;
	text-align: center;
	margin: 200px auto auto;
}
#top a.in{
    background-image:url(top/toplogo_over.gif);
}
#top a:hover.in{
    background-position:0px -150px;
}
#top {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 200px auto auto;
	padding: 0px;
	clear: both;
}
