@font-face {
    font-family: 'Gothic';
    src: url("fonts/gothic.eot");
    src: local("gothic"), url("fonts/gothic.woff") format("woff"), url("fonts/gothic.ttf") format("truetype");
}


#container {
    background: url(img/bg.jpg) no-repeat 0 0;
    background-size: cover;
    font-family: 'Gothic';
}

#container,
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#wrapper {
    width: 700px;
    height: 800px;
    margin: auto;
    text-align: center;
}

#block-success {
    color: #fff;
    padding: 40px 0;
    border-top-width: 42px;
    border-bottom-width: 42px;
}

#block-success p {
    font-size: 45px;
    padding: 0px;
}

#block-success p1 {
    font-size: 35px;
    padding: 0px;
}

#block-success p2 {
    font-size: 30px;
    padding: 0px;
}

#close:hover {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(217, 156, 41, 0.6);
    -moz-box-shadow: 0px 0px 30px 5px rgba(217, 156, 41, 0.6);
    box-shadow: 0px 0px 30px 5px rgba(217, 156, 41, 0.6);
}

/*# sourceMappingURL=complete.css.map */