@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/shaddow.jpg);
	background-repeat:repeat-x;
	margin: 15px 0px 0px 0px;
}

#featured-image { 
	position: absolute;
	top: 130px;
	width: 100%;
	height: 300px;
	left: 0px;
	z-index: 1;
	background: url("images/home2.jpg") center top no-repeat;
	}
	
#featured-image-inner { 
	top: 130px;
	width: 1120px;
	height: 300px;
	margin: 0px auto;
	z-index: 1;
}	
	
	
#columnWrapper {
	width: 1000px;
	top:400px;
	height:30px;
	position: relative;
	float:left;
}

.socialMedia {
	position: absolute;
	top:490px;
	right:0px;
	position:fixed;
	z-index: 50000;
	border: 0px;
}