
#main {
    width: 100%;  
    height: auto;
    margin-top: 120px;
    background: -ms-linear-gradient(top, #dddddd, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
    background: -moz-linear-gradient(top,  #dddddd, #ffffff);
}
.maintop{
    width: 100%;
    height: 300px;
    text-align: center;
    font-family: Downlink;
    font-size: 28px;
    padding-top: 10px;
  
}
.mainbottom{
    width: 100%;
    height: 370px;
    text-align: center;
    font-family: Downlink;
    font-size: 30px;

}       

