.bodyimage {
	background: url(../images/editable_images/image_1.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;
	height: 100%;
	width: 100%;
}