/* landing page CSS */
body { }
#header { }
#inner-container { }
#content { background: url(/images/landing/about-us.jpg) 262px 12px no-repeat; }
#primary-content { top: 320px; padding-bottom: 320px; }
#primary-content h1 { position: absolute; top: -378px; }
#secondary-content { top: 320px; }
#footer { }

body#about-us #content { background-image: url(/images/landing/about-us.jpg) !important; }
body#academics #content { background-image: url(/images/landing/academics.jpg) !important; }
body#arts #content { background-image: url(/images/landing/arts.jpg) !important; }
body#admissions #content { background-image: url(/images/landing/admissions.jpg) !important; }
body#giving #content { background-image: url(/images/landing/giving.jpg) !important; }
body#programs #content { background-image: url(/images/landing/programs.jpg) !important; }
