body{
    margin:0px;
    padding:0px;
    color:#e1e1e1;
    font-family: Futura, Arial, Helvetica, sans-serif;
    font-size:12px;
    background:#fafafa;
    text-align: center;
    height: 100%;
}

* { margin: 0; padding:0; }

@font-face {
    font-family: Futura;
    src: url('font/TT0140M.TTF');
}

a { color:#fff; text-decoration:none; font-weight:bold; }

html{ 
    height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
}

h1 {
    font-family: 'Montserrat Alternates', 'Dosis', Futura, Arial, Helvetica, sans-serif;
    font-size:70px;
    color:#b0b0b0;
    margin:10px 0;
    padding:0;
}

h2 {
    font-family: Futura, Arial, Helvetica, sans-serif;
    font-size:40px;
    font-weight:bold;
    color:#00425b;
    text-shadow: 1px 1px 1px #000 (inset);
    text-transform: uppercase;
}

.clear{
    clear: both;
}

#level-1
{
    width:100%;
}

#level-2
{
    width:100%;   
    position: absolute;
    bottom:0;
}

.global_wrap{
    width:980px;
    position:relative;
    margin:0 auto;
    height:100%;
}

#component{
    text-align: center;
    width:980px;
    float:left;
    margin:20px 0 20px 0;
    color: #707070;
}

#footer{
    text-align: center;
    width:980px;
    float:left;
    margin:10px 0 10px 0;
}

.bottom-img {
    background: url(images/building-images.png) center 0 no-repeat transparent;
    width: 100%;
    height:300px;
    float:left;
}
