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

#wrapper {

	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;

}

body{
	background-color:#030508;
}

	
#socialmediaoutposts {
	width: 1000px;
	height: 177px;
	position: relative;
}

#socialmediaoutposts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#socialmediaoutposts a {
	position: absolute;
	width: 287px;
	height: 107px;
	text-indent: -2000em;
	left: 366px;
	top: 58px;
}

#socialmediaoutposts .YouTube a {
	top: 55px;
	left: 26px;
}
#socialmediaoutposts .FaceBook a {
	top: 58px;
	left: 366px;
}

#socialmediaoutposts .Twitter a {
	top: 59px;
	left: 697px;
}


#socialmediaoutposts a:hover {
	border: 1px solid #fff;
}

