body {
  background-image: url('_images/index_bg.jpg');
  margin: 0 auto;
  padding: 0 auto;
  border: 0 auto;
  text-align: center;
}

#container {
  width: 760px;
  border: solid;
  height: 500px;
  background-color: white;
  margin: 0 auto;
  padding: 0 auto;
  border: 0 auto;
  margin-top: 6%;
  border-bottom: none;
  margin-bottom: 75px;
}

#header {
  float: left;
  width: 760px;
  height: 109px;
  background-image: url('_images/index_00.png');
  background-repeat: no-repeat;
  border-bottom: solid;
  border-width: 2px;
}

#bodycontainer {
  float: left;
  font-family: 'tahoma';
  font-size: 10pt;
  color: #404040;
  padding-top: 6px;
  text-align: left;
}

h1 {
  font-size: 14pt;
  border: 0;
  padding: 0;
  margin: 0;
  color: #03076b;
}

h2 {display: none;}

#hidtext {
  float: left;
  width: 412px;
}

#coverplate {
  float: left;
  width: 412px;
  height: 361px;
  margin-top: -350px;
  margin-left: -417px;
  background-image: url('_images/carwise.png');
}

#scrollbox {
  float: left;
  margin-left: 5px;
  padding: 0;
  padding-right: 10px;
  width: 325px; 
}

#contactdetails {
  float: left;
  margin-top: -320px;
  margin-left: -330px;
  border: solid;
  border-color: black;
  border-width: 2px;
  padding: 5px 10px 5px 10px;
  background-color: white;
}

#locationtext {display: none;}

#navigation {
  float: left;
  background-color: ;
  font-family: arial;
  font-size: 14pt;
  margin-top: 82px;
}

#button1, #button2, #button3, #button4 {
  float: left; 
  width: 95px;
}

#navigation a {
  text-decoration: none;
  color: black;
}

#navigation a:hover {
  color: yellow;
}

#address {
  float: left;
  margin-top: 8px;
}

#contacts {
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  text-align: right;
  font-weight: bold;
}

#contacts a {
  text-decoration: none;
  color: #404040;
}

#contacts a:hover {color: blue;}

#hours {
  margin-top: 8px;
}

#contenttext {margin-top: -10px}

#footer { 
  float: left;
  width: 748px;
  height: 45px;
  border: solid;
  background-color: white;
  border-top: none;
  margin-left: -3px;
  margin-top: -2px;
  border-color: black;
  padding-left: 12px;
  background-image: url('_images/bottom.jpg');
  background-repeat: no-repeat;
}