* {
	margin: 0; padding: 0;
}
a {
	outline: none;
}
body {
	background: #0a1604;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 850px;
	height: 450px;
	margin: -200px 0 0 -425px;
	background: #0a1604 url('img/bg.png') bottom no-repeat;
}
#top {
	float: left;
	width: 850px; height: 50px;
	text-align: center;
	font-family: Verdana;
	font-size: 30pt;
	color: #fff;
}
#left {
	float: left;
	width: 325px; height: 400px;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
}
#left table {
	margin-top: 300px;
	margin-left: 15px;
}
#left table a#email {
	color: #8bac21;
	text-decoration: none;
}
#right {
	float: left;
}
#right table a, h1 a {
	color: #000;
	text-decoration: none;
}
#right table a:hover, h1 a:hover {
	color: #8bac21;
}
#right table a img {
	border: 1px solid #fff;
}
#right table a:hover img {
	border: 1px solid #8cad23;
}
#left table a#partners {
	font-size: 15px;
	color: #FFF;
}
input, textarea {
	margin: 2px;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
}

