#superheader {
  background: white;
  border: none;
  margin-top: 150px;
}
#superheader a,
a {
  color: #08c
}
#superheader ul.gnav li.visit_site { display: none }
#page { position: static }
h2#logo { display: none }
#header #search {
  position: static;
}
.header {
  position: absolute;
  top: 0;
  width: 800px;
  padding-top: 30px;
  overflow: hidden;
}
.header > a { float: left }
.header ul {
  float: right;
  list-style: none;
  margin: 35px 0 0 0;
}
.header ul li {
  float: left;
  margin: 0 5px;
  line-height: 18px;
}

#support-menu {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#support-menu > li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.rule {
  clear: both;
}
#support-menu > li > a {
  display: block;
  margin: 0 2px;
  background-color: #e6e6e6;
  background-color: #f0f3f6;
  text-decoration: none;
  min-height: 260px;
}
#support-menu > li > a:hover {
  background-color: #e9eaec;
}
#support-menu > li > a > h2 {
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 16px;
}
#support-menu > li > a > img {
  display: block;
  margin: 10px auto;
  width: 80px;
  height: 80px;
}
#support-menu > li > a > p {
  padding: 0 30px 30px 30px;
  color: #000;
}

.columns.three-bigbuttons.bigbuttons {
  display: none;
}