body{
	background-color:black;
}
a:link { /* unvisited link */
	color: #067e00;
	font-weight: bold;
	text-decoration:underline;
}
a:visited { /* visited link */
	color: #067e00;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { /* mouse over link */
	color: #067e00;
	font-weight: bold;
	text-decoration:none;
}
a:active { /* selected link */
	color: #067e00;
	font-weight: bold;
	text-decoration:underline;
}
img{
	border: none;
}
input[type=text],
input[type=password],
select{
	background-color: #067e00;
	border: none;
	width:145px;
}
.tracks{
	background:url("../images/tracks.png") repeat-x scroll 0 0 transparent;
	min-width: 1024px;
}
.tracksBottom{
	background:url("../images/tracks.png") repeat-x scroll 0 bottom transparent;
}
.main{
	color: #067e00;
	margin: auto;
	padding-right: 163px;
	width: 861px;
	font-family:Courier New;
	font-size:20px;
}
.main span{
	color: red;
}
.menu img{
	width:180px;
}
.logo{
	background:url("../images/followTheWhiteRabbit.png") no-repeat scroll 0 15px transparent;
	height: 70px;
	margin-bottom: 45px;
}
.menu{
	float: right;
}
.rabbit{
	background:url("../images/rabbit.png") no-repeat scroll right bottom transparent;
	min-height: 380px;
}
.allContent{
	padding-bottom:93px;
}
.redDesc{
	float:left;
	margin-right:60px;
	text-align:right;
	width:380px;
	height:110px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.center h1{
	font-size: 20px;
	color: red;
}
.font20{
	font-size: 25px;
}
.pointer{
	cursor: pointer;
}
.left{
	float: left;
}
.label{
	float: left;
	width: 150px;
}
#registerForm input, #registerForm select{
	margin-bottom: 10px;
}