body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#recaptcha_image {
	border: solid thin #aaaaaa;
	display: inline-block;
}

textarea.biginput {
	width: 100%;
	height: 200px;
}

a.image img {
	border: none;
}

.buttonbox {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaa;
	text-align: right;
}

.toolbox img {
	border: none;
	padding: 1px 1px 1px 1px;
}

.toolbox img:hover {
	background-color: #a6fe6b;
	border: 1px solid #008000;
	padding: 0;
}

span.tiny { font-size: 9px; }
.js { cursor: pointer; }
.expandable { overflow-x: scroll; }
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }
.red { color: #f00; }
.green { color: #0f0; }
.darkred { color: #a00; }
.darkgreen { color: #0a0; }
.grey { color: #777; }
.icenter { vertical-align: middle; }
.itop { vertical-align: text-top; }

.container {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
	
	#top_logos {
		width: 100%;
		height: 100px;
		padding-top: 70px;
	}
	
		#top_logos img {
			padding-left: 20px;
		}
	
	#main {
		background-color: #181818;
		border-top: 1px solid #2b2b2b;
		border-bottom: 1px solid #0b0b0b;
		padding: 38px 22px 0 23px;
	}
	
		#main-left {
			width: 562px;
			float: left;
		}
		
			#main-left .text {
				color: #555;
				font-family: sans-serif;
				font-size: 12px;
			}
