.bodyimage {
		background: url(../../images/elements/vignetting.png) repeat scroll center center;	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	position: fixed;
	z-index: -1;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
  box-shadow: 0px 0px 60px 0px #343434 inset ;

  -webkit-box-shadow: 0px 0px 60px 0px #343434 inset ;

  -moz-box-shadow: 0px 0px 60px 0px #343434 inset ;
  	transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
}

@media only screen and (max-width: 800px) {

.bodyimage {	
			  box-shadow: 0px 0px 15px 0px #343434 inset ;

  -webkit-box-shadow: 0px 0px 15px 0px #343434 inset ;

  -moz-box-shadow: 0px 0px 15px 0px #343434 inset ;
}
}

@media only screen and (max-width: 650px) {

.bodyimage {	
			  box-shadow: 0px 0px 5px 0px #343434 inset ;

  -webkit-box-shadow: 0px 0px 5px 0px #343434 inset ;

  -moz-box-shadow: 0px 0px 5px 0px #343434 inset ;
}
}

@media only screen and (max-width: 550px) {
.bodyimage {	
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
	background-image: none;
}
}