html,
body {
    height: 100%;
    background: #333 url(../img/bg.png) center repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #007b1a;
}

a {
	color: #007b1a;
	text-decoration: underline;
}

a:hover {
	color: #007b1a;
}



#content_container {
	padding: 50px 0 0;
	margin: 0 auto;
	width: 800px;
}
	#logo {
		width: 300px;
		height: 300px;		
		margin: 0 auto;
	}
		
	#content {
		padding: 50px;
		background-color:#000;
	}

		.headline {
			font-size: 20px;
			font-weight: bold;
			line-height: 21px;
			text-transform: uppercase;
		}
		
		.content_text {
			line-height: 20px;
			font-size: 16px;
			margin: 20px 0 0;
		}
		
		form {
			margin: 20px 0 0;
		}
			
			input {
				display: block;
				margin: 0 auto;
				height: 30px;
				background-color: #007b1a;
				font-family: Verdana, Arial, sans-serif;
			}
			
			input:hover,
			input:active,
			input:focus {
				background-color: #007b1a;
			}
			
			.key {
				border-top: #007b1a solid 2px;
				border-left: #007b1a solid 2px;
				border-right: #007b1a solid 2px;
				border-bottom: #007b1a solid 2px;
				width: 200px;
			}
			
			.button {
				margin: 20px auto 0;
				padding: 0;
				border: none;
				width: 100px;
			}
			
			.button:active {
				background-color: #007b1a;
			}