@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

#cityu_logo {
    z-index: 500;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0px;
    width: 120px;
    height: 65px;
    background-image: url("cityu_logo_120x65.png");
    background-repeat: no-repeat;
}

@media screen and (max-width: 560px), screen and (max-height: 400px)  and (min-width: 560px) {
    #cityu_logo {
        position: absolute;
        top: 6px;
        width: 60px;
        height: 33px;
        background-image: url("cityu_logo_60x33.png");
        background-repeat: no-repeat;
    }    
}

#pano-footer {
    z-index: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 5px 5px 5px 7px;
}

#pano-footer {
    color: #EEEEEE;
    font-size: 11px;
	font-family:Arial;
}

#pano-footer a {
    color: #EEEEEE;
}

@media only
screen and (max-width: 480px), screen and (max-height: 400px) and (min-width: 480px) {
    #pano-footer {
        display: none;
    }
}