body
{
    background: #B3D8FA url(../img/bg2.png) repeat-x;
    margin: 0;
    padding: 0;
    color: rgba(101,101,101,1);
    font-family: 'Open Sans', sans-serif;
}

h1
{
    font-family: 'Kalam', cursive;
    font-style: mormal;
    text-align: center;
    font-size: 3em;
    color: rgba(138,115,115,1);
    text-shadow: rgba(255,255,255,.3) 0 0 15px, rgba(255,255,255,.3) 0 0 10px;
}

h2
{
    font-style: mormal;
    font-size: 2em;
    color: rgba(138,115,115,1);
}

h3
{
    font-style: mormal;
    font-size: 1.5em;
    color: rgba(138,115,115,1);
}

h4
{
    font-style: mormal;
    font-size: 1.2em;
    color: rgba(138,115,115,1);
}

#comming-soon {
    text-align: center;
    display: block;
    color: rgba(50,46,46,.3);
    text-shadow: rgba(255,255,255,.3) 0 0 15px, rgba(255,255,255,.3) 0 0 10px;
    font-size: 1em;
    color: rgba(140,140,140,1);
}

#footer {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
}

#footer a {
    color: rgba(140,140,140,0.8);
    font-size: 1em;
}

#content {
    margin: 20px auto;
    width: 800px;
    position: relative
}