@charset "UTF-8";
/* CSS Document */
#supersize {
    position: fixed;
    }

#supersize img {
    height:100%;
    position:absolute;
    width:100%;
    z-index:0;
    }
	




