body {
    padding-top: 80px;
	padding-bottom: 40px;
}

img.superbg30 {
    position:absolute;
    top:30px;
    left:0;
    z-index:-1;
}

img.superbg60 {
    position:absolute;
    top:60px;
    left:0;
    z-index:-1;
}

@media screen and (min-width: 1280px) and (max-width: 1680px) {
    img.superbg30 {
        top:60px;
    }
    
    img.superbg60 {
        top:90px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    img.superbg30 {
        top:90px;
    }
    
    img.superbg60 {
        top:120px;
    }
}

@media screen and (max-width: 1024px) {
    img.superbg30 {
        top:120px;
    }
    
    img.superbg60 {
        top:150px;
    }
}
