/* CSS Document */

body {
	background-image: url('../images/images_1.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div {
	 text-align: center;
}

#header {
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#header a:hover h2 {
	background-color: #FF0000;
}

#header h2 {
	color: #ADD8E6;
}

#socialMedia {
	margin-left: 18.750em;
	width: 40.000em;
}

footer p {
	clear: left;
}

#followUsContainer {
	margin-top: 0;
}

#followUsContainer h3 {
	margin-top: 0;
	margin-right: 0;
	width: 15%;
	float: left;
}

#followUsContainer #fusAnchors {
	width: 17%;
	float: left;
}

