#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A7D3F3;
    z-index: 9999;
    display: none;
}
.dot {
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(http://www.clipartqueen.com/image-files/red-lobed-fall-clipart-leaf.png);
    background-size: 100% 100%;
}
html, body, #container {
    width: 100%;
    height: 100%;
    z-index: 91003!important;
    display: block;
    position: relative;
}
#logo {
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 10px;
}
#DiacoDesignLink, #pens {
    color: #fff;
}
