* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e2f4d6;
}

#wrapper_fw {
	background-image: url('body.png');
	background-position: center;
	background-repeat: repeat-y;
	border-bottom: 1px solid black;
	margin: 0 auto;
	width: 1035px;
}

#wrapper {
	background-image: url('bg.png');
	background-repeat: no-reapet;
	height: 915px;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}

#socialmedia {
	height: 110px;
	left: 90px;
	position: absolute;
	top: 315px;
	width: 240px;
}

.socbutt {
	display: block;
	float: left;
	height: 100%;
	width: 50%;
}

#stream {
	position: absolute;
	right: 60px;
	top: 115px;
}

#player {
	background-color: #000000;
	display: block;
	height:290px;
	width:558px;
	z-index: -1;
}