@charset "utf-8";
/* CSS Document */
 
body {
    font-family: "CI";
    background-color: #ffff00;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    font-size:15px;
    width: 100%;
    color:#000000;
    position:absolute;
}
 
.posit {
    position: absolute;
}

img1 {
    width: 360px;
    height: 255px;
}

dash {
    display: block;
    position: absolute;
    width:360px;
    height:255px;
    line-height: 300px;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all  0.5s ease 0s;
    -moz-transition: all  0.5s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0;
}

.set1 {
    top:0px;
}

a:hover dash {
    color: #ffffff;
    display: block;
    text-align: center;
    top:0;
    left:0;
    opacity: 1;
}

a {
    display: block;
}