
         @import url(http://fonts.googleapis.com/css?family=Lato:300,400,400italic);


         body{
   background-image: url("soon.jpg");
   background-repeat: none;
   background-position: center;
   background-attachment: fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: #fff;
   font-family: 'Lato', sans-serif;
}

        div#banner{


background: rgb(80,80,80);
background: rgba(40,40,40,.5);

width: 100%;
margin: 0;
padding: 0;
margin-top: 200px;

padding-right: 16px;
margin-left: -8px;
        }

        h2{
          text-align: center; 
          display: block;
          padding-top: 0px;
          padding-bottom: 5px;
          font-size: 90px;
          width:1050px;
          margin-right: auto;
          margin-left: auto;
          font-weight: 200;
        }

        img{
          display: block;
          margin-right: auto;
          margin-left: auto;
          position: relative;
          top: 178px;
          width: 450px;
        }
        
        #link{
                text-align: center;
                
        }
         #link a{
                color: #89343f;
                padding-left: 50px;
                margin-top: -30px;
                display: inline-block;
        }
        #link a:hover{
                color: #3d7aa0;
        }
