body {
    background-color: #ff8500;
    font: 400 18px/22px "Droid Sans", sans-serif;
    color: white;
}

a{
    text-decoration: none;
}


#main_content123 {
    width: 100%;
    
}

#container123 {
   max-width: 1040px; /*can be in percentage also.*/
   margin: 0 auto;
    
}