html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    background-image: url("/assets/images/morocco.png");
    background-repeat: no-repeat;
    background-size: 45%;
}

#header {
    background: #ededed;
    height: 60px;
    padding: 10px;
    opacity: .5;
}

#content {
    padding-bottom: 100px; /* Height of the footer element */
    opacity: .7;
}

#content .main{
    height: 100%;
    margin-top: 15%;
    text-align: center;
    font-size: 50px;
    font-family: arial, helvetica, lucida, verdana, sans-serif;
    font-weight: 600;
    text-transform: lowercase;
}
#content .main .comingsoon{
    font-size: 24px;
    font-weight: 200;
    font-family: arial, helvetica, lucida, verdana, sans-serif;
    text-transform: lowercase;
}

#footer {
    background-color: #000000;
    font-size: 10px;
    font-family: arial, helvetica, lucida, verdana, sans-serif;
    color: #ffffff;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .15;
    text-align: center;
}