body {
	color: #bb3b3b;
	background-color: white; 
	margin: 0px
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -339px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 678px;
	height: 220px;
	visibility: visible;
}

#logo {
	width: 682px;
	height: 222px;
}

#text {
	margin-top: 75px;
	font-size: 18pt;
	letter-spacing: 1px;
}

#footer {
	margin-top: 75px;
}

#email {
	float: left;
	display: block;
	background-image: url(images/email.png);
	width: 167px;
	height: 64px;
}

#google_plus {
	float: right;
	display: block;
	background-image: url(images/google_plus.png);
	width: 64px;
	height: 64px;
}

#facebook {
	float: right;
	display: block;
	background-image: url(images/facebook.png);
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

#twitter {
	float: right;
	display: block;
	background-image: url(images/twitter.png);
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

a:link, a:visited {
	color: #06f;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}