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

body {
	background-color:#000;
	margin:10px 0 0 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	}
	
form {
	margin:3px 0 0 0;
	padding:0;
	}
	
input.txt {
	width:275px;
	border:0;
	color:#333;
	padding: 2px;
	font-size: 1em;
	}
	
input.btn {
	width:60px;
	border:0;
	color:#fff;
	background-color: #4DFF00;
	font-weight: bold;
	padding: 2px;
	font-size: 1em;
	cursor: pointer;
	margin: 3px 0 0 0;
	}
	
input.btn:hover {
	background-color: #999;
	}
	
h1 {
	background-image:url(../images/logo.gif);
	width:465px;
	height:66px;
	display:block;
	margin:20px auto;
	}
	
h2 {
	font-weight:normal;
	margin:40px 0;
	font-size: 1.8em;
	}
	
h3 {
	margin:80px 0 40px 0;
	font-size: 0.95em;
	}
	
h1 strong {
	display:none;
	}
	
#wrapper {
	width:960px;
	margin:10px auto;
	height:720px;
	}
	
#page {
	width:960px;
	text-align: center;
	}
	
#left, #right {
	width:197px;
	height:678px;
	float:left;
	}
	
#middle {
	width:566px;
	height:678px;
	float:left;
	text-align: center;
	color: #fff;
	}
	
#left {
	background-image:url(../images/left.jpg);
	}
	
#right {
	background-image:url(../images/right.jpg);
	}
	
.logo {
	font-size:0.95em;
	width: 250px;
	margin: 0 auto;
	}
	
.logo strong {
	color:#4DFF00;
	}
	
.logo img {
	margin-top:4px;
	float: left;
	}
	
	
#register {
	margin:80px 0 0 0;
	font-size: 0.95em;
	font-weight: bold;
	}
	
#register p.small {
	font-size:0.8em;
	font-weight: normal;
	}
	
#bottom {
	font-size: 1.1em;
	display:block;
	padding:10px 0;
	float:left;
	width:960px;
	height: 20px;
	}
