body {
	background-color: #4f0845;
	color: #fff;
	font-family: Arial;
}

/* Links
------------------------------------------------------------------------------*/

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* Misc
------------------------------------------------------------------------------*/

.float_left {
	float: left;
}
.float_right {
	float: right;
}

#wrap {
	position: absolute;
	width: 100%;
}

.logo {
	text-align: center;
	border-bottom: 8px solid #ed1c24;
}

.contact {
	position: absolute;
	left: 50%;
	margin-left: -195px;
	font-weight: bold;
	width: 390px;
	letter-spacing: 2px;
	text-align: justify;
	line-height: 25px;
}

.construction {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 200px 0;
}
#content {
	height: 450px;
}
