body {
    margin: 0;
    padding: 16px;

background: rgb(255,197,120); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,197,120,1) 0%, rgba(249,138,2,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,197,120,1) 0%,rgba(249,138,2,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,197,120,1) 0%,rgba(249,138,2,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#f98a02',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#imSite {width: 1000px; margin: 5px auto; text-align: left; }

#imHeader {height: 150px; background-image: url('//schietsport84.nl/images/logo-new2.png'); background-repeat: no-repeat; background-position:  top; background-size: contain;}

#imBody  { background-position:  top; }

#imMenuMain {height: 37px; padding: 1px 1px 0 16px; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position:  top; text-align: center}

#imContent {clear: left; padding: 6px 23px 0 0; margin-left: 18px}

#imFooter {clear: both; height: 52px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position:  top; background-color: rgba(255, 255, 255, 0.8) !important;}



