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

#topcontainer{
	width:600px;
	text-align:center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-top: -250px;
	margin-left: -300px;
	height: 500px;	
}

#topcontainer a{
	display:block;
	width:577px;
	height:421px;
	margin-left:auto;
	margin-right:auto;
	/*text-indent:-9999px;
	background-image:url(../images/TOPLOGO.gif);
	background-position:center top;
	background-repeat:no-repeat;*/
}

#topcontainer a:hover{
	/*background-image:url(../images/TOPLOGO_o.gif);*/
}

#copyright{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 50px;
}
