body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}


#ad {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #388392;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
}


#clickthrough-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}


#border{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #000000;
    width:728px;
    height: 90px;
    z-index: 320;
    box-sizing: border-box;
}


.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 728px;
    height: 90px;
}

.sky{
    background: url('../img/sky.jpg') no-repeat;
    width: 728px;
    height: 90px;
    z-index: 1;
    position: absolute;
    background-size: contain;
}

.henry{
    background: url('../img/henry.png') no-repeat;
    width: 728px;
    height: 90px;
    left: 107px;
    z-index: 3;
    position: absolute;
    background-size: contain;
}
.palace{
    background: url('../img/palace.png') no-repeat;
    width: 728px;
    height: 207px;
    z-index: 2;
    position: absolute;
    background-size: contain;
}
.txt1{
    background: url('../img/txt1.png') no-repeat;
    width: 728px;
    height: 90px;
    left: 55px;
    z-index: 11;
    position: absolute;
    background-size: contain;
}
.txt2{
    background: url('../img/txt2.png') no-repeat;
    width: 728px;
    height: 90px;
    left: 65px;
    z-index: 11;
    position: absolute;
    background-size: contain;
}
.txt3{
    background: url('../img/tt.png') no-repeat;
    width: 728px;
    height: 90px;
    z-index: 11;
    position: absolute;
    background-size: contain;
}

.btn{
    width: 728px;
    height: 90px;
    background: url('../img/btn.png') no-repeat;
    background-size: contain;
    z-index: 31;
}

.btn_over{
    width: 728px;
    height: 90px;
    background: url('../img/btn_over.png') no-repeat;
    background-size: contain;
    z-index: 30;
}

.logo1{
    width: 728px;
    height: 90px;
    top: -5px;
    background: url('../img/logo1.png') no-repeat;
    background-size: contain;
    z-index: 10;
}
.logo2{
    width: 728px;
    height: 90px;
    background: url('../img/logo2.png') no-repeat;
    background-size: contain;
    z-index: 10;
}
