BODY {
	padding: 100px;
	background: #232323 url('../img/black-texture.jpg');
	color: #e8e0c2;
	font-family: lucida grande, verdana, helvetica, sans-serif;
	font-size: 12px;
}

#hivehaus {
	width: 365px;
	padding-top: 264px;
	background: url('../img/hivehaus.png') top left no-repeat;
}

#header {
	width: 100%;
	height: 500px;
	background: url('../img/gradiant.png') top left repeat-x;
}

#content {
	width: 450px;
	margin-left: 4px;
}

h2 {
	margin-top: 2em;
	text-transform: uppercase;
	color: #75aeba;
	font-size: 16px;
}

#solution {
}

.column {
	float: left;
	width: 380px;
	margin-right: 25px;
}

.label {
	font-weight: bold;
}

.contact {
	color: #dba168;
}

