@charset "UTF-8";
/* CSS Document */

body {
   margin: 0px;
   padding: 0px;
   text-align: center;
   }

span.menu-items a {
   color: #254663;
   text-decoration: none;
   }

span.menu-items a:hover {
   color: white;
   text-decoration: none;
   background-color: #2e4370;
   }

div.content {
   width: 1024px;
   margin: 0px auto;
   padding: 0px;
   position: relative;
   }

div.top_bg {
   width: 1024px;
   height: 617px;
   background-image: url('images/bg_top.jpg');
   background-repeat: no-repeat;
   position: absolute;
   }

div.menu-home a {
   width: 240px;
   height: 67px;
   background-image: url('images/home.png');
   background-repeat: no-repeat;
   position: absolute;
   top: 150px;
   left: 10px;
   }
div.menu-home a:hover {
   background-image: url('images/home2.png');
   background-position: 0 -67;
   }

div.menu-about a {
   width: 240px;
   height: 67px;
   background-image: url('images/about.png');
   background-repeat: no-repeat;
   position: absolute;
   top: 225px;
   left: 10px;
   }
div.menu-about a:hover {
   background-image: url('images/about2.png');
   background-position: 0 -67;
   }

div.menu-portfolio a {
   width: 240px;
   height: 67px;
   background-image: url('images/portfolio.png');
   background-repeat: no-repeat;
   position: absolute;
   top: 300px;
   left: 10px;
   }
div.menu-portfolio a:hover {
   background-image: url('images/portfolio2.png');
   background-position: 0 -67;
   }

div.menu-contact a {
   width: 240px;
   height: 67px;
   background-image: url('images/contact.png');
   background-repeat: no-repeat;
   position: absolute;
   top: 375px;
   left: 10px;
   }
div.menu-contact a:hover {
   background-image: url('images/contact2.png');
   background-position: 0 -67;
   }

div.testimonials {
   width: 240px;
   height: 200px;
   position: absolute;
   top: 550px;
   left: 10px;
   z-index: 1;
   }

div.main_content {
   width: 650px;
   height: 600px;
   position: absolute;
   top: 150px;
   left: 290px;
   }

div.middle {
   width: 1024px;
   height: 143px;
   background-color: white;
   background-image: url('images/paper.png');
   position: absolute;
   top: 617px;
   }

div.images {
   width: 440px;
   height: 450px;
   position: absolute;
   top: 300px;
   left: 560px;
   }

div.bot_bg {
   width: 1024px;
   height: 170px;
   background-image: url('images/bg_bot.jpg');
   background-repeat: no-repeat;
   position: absolute;
   top: 760px;
   }

div.footer {
   width: 1024px;
   height: 50px;
   position: absolute;
   top: 880px;
   z-index: 99;
   }