@charset "UTF-8";
/* CSS Document */
/* ----- Services ::: Surf Section -----*/
#media-header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 160px;
	width: 950px;
	
	z-index: 0;
	
}

#services-header img {
	z-index: 0;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity: .65;
}


.services-background {
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
}

div#media-sidebar-images {
	clear: both;
	width: 100%;
	background: #ccc;
}