body { font-size: 14px; font-family: "Open Sans", sans-serif; color: #232323; background: #343434 url("/img/river.gif"); background-size: cover; background-attachment: fixed; background-position:center; background-size: cover; } center { text-align:center; } .main { margin: 0 auto; height:450px; width:1091px; /*has extra 1px*/ margin-top:5%; border: 0px solid #121212; } .topheader { margin-top: 1px; text-align:center; } .left { padding: 15px; background: #ffffff; border-radius: 3px; overflow:auto; height: 450px; display: inline-block; border: 1px solid #121212; width:225px; margin-right:25px; } .middle { padding: 15px; background: #ffffff; border-radius: 3px; overflow:auto; height: 550px; display: inline-block; border: 1px solid #121212; width:486px; } .right { padding: 15px; background: #ffffff; border-radius: 3px; overflow:auto; height: 450px; display: inline-block; border: 1px solid #121212; right:0px; margin-left:25px; width:225px;} .footer { color: #efefef; font-size:12px; text-align:center; margin: 0 auto; margin-top: 160px; border:0px red solid; font-weight:bold; } @media(max-width: 1110px){ .main { width:890px; } .left {width:175px;} .middle {width:386px;} .right {width:175px} }