html{ height: 100%; }

body { 
  padding: 0;
  margin: 0;
  height: 100%;
  background: #ffffff url('images/bg.jpg') repeat-y  fixed center; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000000;  
}
  
a {
  text-decoration: none;
  color: red;
  font-weight: bold;
}


a:hover {
  color: #000000;
}
  
img { border: 0px none ;}

.titletext {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  top: -10px;
  left: 20px;
  *top: 10px;
}

.left_title{
  position: relative;
  left: 10px;
  text-align: left;
  float:left;
  width: 376px;
  height: 40px;
  border: 2px solid #000000;
  margin-top: 10px;
  background: #ffffff url('images/title_bar_bg.jpg') repeat-x; 
}

.left{
  position: relative;
  left: 20px;
  float:left;
  top: -2px;
  width: 336px;
  padding: 10px;
  border: 2px solid #000000;
  background: #cdcdcd url('images/buy_bg.jpg') repeat-x;
}

.right_title{
  position: relative;
  margin-top: 10px;
  right: 10px;
  float:right;
  width: 376px;
  height: 40px;
  border: 2px solid #000000;
  background: #ffffff url('images/title_bar_bg.jpg') repeat-x; 
}
  
.right{
  position: relative;
  top: -2px;
  right: 20px;
  float:right;
  width: 336px;
  padding: 10px;
  border: 2px solid #000000;
  background: #cdcdcd url('images/buy_bg.jpg') repeat-x;
}

/* Begin Head Div */
div#head {
  display: block;
  width: 800px;
  height: 130px;
  border: 1px solid #000000;
  margin: 0 auto;
}

  div#tabs {
    position: relative;
    left: 251px;
    top: -27px;
  }

  div#tabs a img {
    float: left;
  }

  div#view_cart {
    position: relative;
    top: -131px;
    right: 0px;
  }

   div#view_cart a img {
    float: right;
  }

/* End Head Div */

/* Begin Content Div */

div#content{
  width: 800px;
  background: #d0d0d0 url(images/content_bg.jpg) repeat-x;
  border: 1px solid #000000;
  margin: 0 auto;
}
  
  div#title{
    position: relative;
    left: 10px;
    width: 776px;
    height: 40px;
    border: 2px solid #000000;
    margin-top: 10px;
    background: #ffffff url('images/title_bar_bg.jpg') repeat-x; 
  }
        
   div#footer{
    position:relative;
    left: -1px;
    clear:both;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 800px;
    margin-top: 10px;
    border: 1px solid #000000;
    background:  #d0d0d0 url(images/footer_bg.jpg) repeat-y center;
   }
   div#footer a{
    color: #000000;
    text-decoration: none;
   }
   div#footer a:hover{
    color: red;
   }
/* End Content Div */