/*
	Custom stylesheet for template-page.look.php

*/

/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */

/* body backgrond image */
.wrapper {
    background-image: url('/wp-content/uploads/website/background_gekrabbel.jpg');
    background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

