html, body {
  background: #28396d;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#content {
    width: 100%;

}


.clear {
  clear: both;
}

.column {

  float: left;
   width: 100%;

}

.section {
  width: 100%;
  background: #28396d url(section_bg.png) repeat-x;
}

img.dings { display: block; margin-left: auto; margin-right: auto }

