body {
/*
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
*/
}

/* Remove Overlapping Tabs */
#header2-tab2,
#header2-tab1 {
  position: relative;
  left: 0;
  width: 225px;
  height: 55px;
}

#header2-tabs .header2-tab a {
  width: 225px;
  height: 55px;
  background-image: url('/static/images/site/tab-inactive-ie6.png');
}

#header2-tabs .header2-tab.active a {
  background-image: url('/static/images/site/tab-active-ie6.png');
}

#header2-tabs .header2-tab-left,
#header2-tabs .header2-tab-right,
#header2-tabs .header2-tab-middle {
  display: none;
}

#header2-tabs .a-inner,
#header2-tabs .header2-tab-text {
  position: static;
}

#logo-box { float: left; position: static;}
#header2-tabs {position: absolute; bottom: 0; right: 0;}

/* Search box vertical alignment */
input.search-box {
  line-height: 35px;
}

/* Search button img */
.search input.search-button {
  background: url('/static/images/site/search-button.png');
}