
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Body - General Layout Structure	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font: 14px / 25px Verdana, Arial, geneva, sans-serif;
    color: #FFF;
    text-align: center;
    overflow: hidden;
	}

    html,
    body,
    body a {
        -webkit-tap-highlight-color: transparent;
    }

	img {
		border: 0;
		padding: 0;
		border-style: none;
		}
	
	a { 
        font: 12px/18px sans-serif; 
        font-weight: normal; 
        font-style: normal;
    }
	a:link { color: #FFFFFF; text-decoration: underline; }
	a:active { color: #FFFFFF; text-decoration: underline; outline: none; }
	a:visited { color: #FFFFFF; text-decoration: underline; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GENERIC STUFF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../img/skierski.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	}
