@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	background-color: #030220;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 20px;
	font-weight: 200;
	margin: 0;
}
h4 {
	font-size: 20px;
	font-weight: 100;
	margin: 0;
}
#wrapper {
	width: 1024px;
	margin: auto;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
}
.logo {
	position: relative;
	left: 5%;
}
.header {
	display: block;
	width: 980px;
	height: 670px;
	background-image: url(images/building.png);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 40px;
	padding: 0px;
}
.a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}
img {
	text-decoration: none;
	border: 0px;
}
.main {
	position: relative;
	left: 2%;
	bottom: 100px;
	width: 980px;
	color: #FFF;
	text-align: center;
}
div.social_media {
	display: block;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	margin: 5px auto 0px;
}
div.social_media h4 {
	float: left;
	text-align: right;
	display: block;
	width: 100px;
}
div.social_thumb {
	float: right;
	text-align: left;
}
div.social_media img {
	margin: 0px 10px 0px 0px;
}