body {
	background: #000 url('../gfx/bg_main.jpg') top left no-repeat;
	color: #fff;
	font-family: Verdana;
}

h1 {
	color: #7dba00;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 15px;
}

h1 a {
	color: #7dba00;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	margin-bottom: 15px;
}

#logo {
	position: absolute;
	margin-top: 93px;
	margin-left: 600px;
}

#content {
	position: absolute;
	margin-top: 420px;
	margin-left: 365px;
}

.box {
	float: left;
	width: 170px;
	margin-left: 50px;
}

.box2 {
	float: left;
	width: 200px;
	margin-right: 50px;
	padding-top: 175px;
	}

.box p {
	font-size: 11px;
	color: #afb0b0;
	line-height: 15px;
}

#footer {
	position: absolute;
	margin-top: 660px;
	margin-left: 600px;
}

#footer p {
	color: #545454;
	font-size: 10px;
}

#footer a {
	color: #545454;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}