@charset "utf-8";
/* CSS Document */
body {
	background:url('bgimageservices.jpg') no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
}

.sbanner {
	padding-top:170px;
	background: transparent url('./servicesbanner.png') no-repeat top center;	
}