@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
}
.introContent{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	width:480px;
	padding-top:85px;
	background-image:url(../images/top_intro.jpg);
	background-repeat:no-repeat;
}
.intro{
	margin-left:auto;
	margin-right:auto;
	width:450px;
	height:253px;
}
.copyright{
	margin-top:30px;
	width:310px;
	float:right;
}
.text{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.text a:link, a:visited, a:active{
	color:#9999FF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover{
	color:#0066FF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.textenter a:link, a:visited, a:active{
	color:#9999FF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.textenter a:hover{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.enter{
	width:90px;
	margin-left:auto;
	margin-right:auto;
}