@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	color:#33FF00;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.back {
	background-image:url(img/back.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.top, .bottom {
	background-repeat:no-repeat;
	width:950px;
	height:auto;
}
.top {
	background-image:url(img/top.gif);
	background-position:top;
	padding-top:250px;
}
.bottom {
	background-image:url(img/bottom.gif);
	background-position:bottom;
	padding-bottom:87px;
}
.links {
	text-align:center;
	height: 25px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:12px;
}
.links a {
	color:#FFFF66;
	text-decoration:none;
	font-weight:bold;
}
.links a:hover {
	color:#FF99FF;
	text-decoration:none;
	font-weight:bold;
}
.text, .links, .footer, .bottom-bar {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.text {
	width:775px;
	margin-top:12px;
	font-size:12px;
	margin-bottom:15px;
	background-color:#000000;
}
.footer {
	margin-top:0px;
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#000000;
	font-weight:bold;
}
.footer a, .footer a:hover {
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
p, blockquote {
	margin-top:5px;
	margin-bottom:0px;
}
p {
	margin-left:15px;
	margin-right:15px;
}
h1 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:10px;
	margin-bottom:5px;
	text-transform:uppercase;
}
/*register*/
.day {
	font-size:10px;
	font-style:italic;
	vertical-align:middle;
}
#input1 {
	width: 97%;
}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#66FF99;
	text-decoration:none;
}
a:hover {
	color:#66CCFF;
	text-decoration:none;
}
.time {
	font-weight:bold;
	color:#CCFF00;
	font-style:italic;
}
.bring {
	margin-left:25px;
	margin-bottom:15px;
	margin-top:5px;
	font-style:italic;
	text-align:left;
	text-transform:uppercase;
	font-size:9px;
	color:#66FF33;
}
