.bodyimage {
		background: url(../images/editable_images/big_image_9.jpg) 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;

	display: block;
	overflow: auto;
}

.photo-background {
		background: url(../images/editable_images/big_image_9.jpg) no-repeat fixed center center;	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*   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 ;
 */