@import "common.css";
@import "imagebar.css";
@import "head.css";
@import "nav.css";
@import "main.css";
@import "meta.css";
@import "bottom_nav.css";
@import "splashpage.css";
@import "fonts.css";
@import "akal-index.css";
html {
   background:#0b4b85;
}
#top {
   margin:0px auto;
   padding:0px;
   width:800px;
   background:#efefef url(images/home_background.jpg) no-repeat;
   overflow:hidden;
   position:relative;
   border:solid black 1px;
}
html#life #top{ background:#efefef url(images/bglife.jpg) no-repeat; }
html#medical #top{ background:#efefef url(images/bgmedical.jpg) no-repeat; }
html#homeauto #top{ background:#efefef url(images/bghomeauto.jpg) no-repeat; }
html#workers #top{ background:#efefef url(images/bgworkers.jpg) no-repeat; }
html#garage #top{ background:#efefef url(images/bggarage.jpg) no-repeat; }
html#gov #top{ background:#efefef url(images/bggov.jpg) no-repeat; }
html#commercial #top{ background:#efefef url(images/bgcommercial.jpg) no-repeat; }
html#index #top{ background:#efefef url(images/bgsplash.jpg) no-repeat; }
html#specialized #top{ background:#efefef url(images/bgspecialized.jpg) no-repeat; }
