﻿@charset "utf-8";

.goddessBack{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999999999999999;
}
.goddessBack>div.goddess{
    position: absolute;
    top: 50%;
    left:50%;
    width: 8rem;
    height: 9rem;
    margin-left: -4rem;
    margin-top: -5rem;
    background: url("../images/goddess.png") no-repeat center;
    background-size: auto auto;
    z-index: 99;
}
.goddessBack>div.goddess>a#goddessShut{
position: absolute;
    top: 1.1rem;
    left: 6.8rem;
    width: 0.5rem;
    height: 0.5rem;
    /*background: url(../images/goddessshut.png) no-repeat center;*/
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}