*{
    padding: 0;
    margin: 0;
}

body {
    background: url(../images/pattern.png);
    height: 100%;
}

#main-wrapper {
    min-height: 100%
}

#header {
    background: url(../images/upper-down-pattern.png);
    height: 20px;
    border-bottom: 5px solid #639a40;
}

#footer {
    background: url(../images/upper-down-pattern.png);
    height: 20px;
    border-top: 5px solid #639a40;
    margin-top: -20px;
}

.appendix{
    height: 75px;
    clear :both
}

#content {
    text-align: center;
    color: #000000;
}

.not-available {
    margin: 30px auto 0px;
    width: 800px;
}

.not-available h1 {
    font-family: Verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.dont-worry {
    margin: 50px auto 0;
    width: 600px;
}

.dont-worry h3 {
    font-family: Verdana, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
}

.dont-worry a {
    font-size: 30px;
}

.splash-img {
    width: 343px;
    margin: 40px auto 40px;
}

.country-icon {
    margin-top: 5px;
    margin-left: 15px;
    position: absolute;
}

#content a {
    color: #00508d;
}

.splash-visit {
    font-size: 30px;
}

.splash-goto {
    margin: 20px auto 50px;
}

.splash-goto p {
    font-size: 20px;
    margin: 0;
}


@media all and (max-width: 980px) {
    .not-available {
        width: 90%;
    }
    .dont-worry {
        width: 70%;
    }
}

@media all and (max-width: 480px) {
    .not-available h1 {
        font-size: 22px;
    }
    .dont-worry h3 {
        font-size: 23px;
    }
    .splash-img {
        max-width: 100%;
        max-height: 100%;
        margin: 40px auto 20px;
    }
    .splash-img img {
        max-width: 70%;
        max-height: 70%;
    }
    .appendix {
        height: 130px;
    }
}