@charset "UTF-8";

body, body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div {
    position: absolute;
}

#container {
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #000;
    cursor: pointer;
}

#content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
}

.group {
    left: 0px;
    top: 0px;
  /** init bannerWidth **/
    height: 600px;
/** end bannerWidth **/
  /** init bannerHeight **/
    width: 300px;
/** end bannerHeight **/
    overflow: hidden;
    position: absolute;
}

#exitBtn {
    visibility: visible;
    background-color: #000;
    opacity: 0;
}


/** init spritesheet **/
.sprite-bg0 {
    width: 300px;
    height: 250px;
    background: url('bg0.jpg');
}

.sprite-bg1 {
    width: 300px;
    height: 250px;
    background: url('bg1.jpg');
}

.sprite-bg2 {
    width: 300px;
    height: 250px;
    background: url('bg2.jpg');
}

.sprite-bg3 {
    width: 300px;
    height: 250px;
    background: url('bg3.jpg');
}

.sprite-bg4 {
    width: 300px;
    height: 250px;
    background: url('bg4.jpg');
}

/** end spritesheet **/