body,html{
    padding: 0;
    margin: 0;
}
.media{
    position: relative;
}
.media .img,.media img{
    display: block;
}

.close{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/wclose1.png") no-repeat;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
    z-index: 1000;
}
.close:hover{
    background: url("../images/wclose2.png") no-repeat;
}
#head{
    position: absolute;
    top:0;
    height: 30px;
    width: 100%;
    z-index: 999;
}