@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #000000;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
        
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
        
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.fill-screen {
    background: no-repeat center center fixed;
}
/* before and after */

#compare {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
}






.button:hover {
	background-position:bottom;
}





