body {
    margin:0;
    background-color:#f5f5f5;
    font-family: 'Titillium Web', arial, sans-serif;
    color:darkgrey;
}
#colourbar {
    width:100%;
    height:100px;
    overflow:auto;
    background-color:#2f8ae6;
}
#main {
    background-color:#f5f5f5;

}
#wrapper {
    margin:100px auto;
    width:800px;
}

#umqulu {
    color:darkgrey;
    font-size: 48px;
}
#comingSoon {
    font-size:36px;
}
#footer {
    position:fixed;
    width:100%;
    padding:20px 0;
    left:0;
    bottom:0;
    z-index:500;
    text-align: center;
}
