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


.blog-fullwidth-header{
	position: relative;
	margin-bottom: 0;
	height: 400px;
	background: url('/assets/img/elements/designbg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
