@charset "UTF-8";

#bg {
        background: url('images/JonasTroeger08.jpg');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: center center;
        background-repeat: no-repeat;
		z-index:-1000;
    }