html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  background: #fff;
  color: #333;
  font: 12px/1.5em arial, helvetica, sans-serif;
}
body {
  font-size: 100%;
  text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 0;
  zoom: 1;
}
a,
form,
img {
  border: 0;
}
form,
img {
  outline: none;
}
#main {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  min-height: 2048px;
}
.no-js #floateme {
  display: block;
}
#floatme {
  position: fixed;
  display: none;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #000000;
}
.overlay .spacer {
  position: relative;
  margin: 0 0 -90px;
  width: 1px;
  height: 50%;
  float: left;
}
.overlay .content {
  position: relative;
  margin: 0 auto 0;
  padding: 20px;
  width: 640px;
  clear: left;
  min-height: 180px;
  background: #fcfcfc;
}
.overlay:target {
  display: block;
}
.no-js #floateme {
  display: block;
}
.no-js #bam {
  display: block;
}
.no-js #bam .spacer {
  margin-bottom: -250px;
}
.no-js #bam .content {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 900px;
  height: 500px;
  overflow: hidden;
  background: #666;
  color: #fff;
  text-shadow: 1px 1px 2px #999;
  text-align: left;
}
.vertical-middle {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  list-style: none;
}
.vertical-middle li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 300px;
  height: 280px;
  text-align: left;
  background: #ffc;
}
.vertical-middle li .wrap {
  position: relative;
  display: block;
  margin: -50% 0 0;
  padding: 10px;
  overflow: hidden;
  float: left;
  clear: left;
  width: 280px;
  height: 180px;
  background: #96c;
}
.vertical-middle li:before {
  position: relative;
  display: block;
  margin: 0 0;
  width: 1px;
  height: 50%;
  float: left;
  background: #f33;
  content: "";
}
h3 {
  display: block;
  color: #fff;
  background: #ddd;
  padding: 20px;
  font-size: 1.3125em;
}
.text-shadow {
  display: block;
  text-shadow: 0 1px 1px #333;
}
.lte9 .text-shadow {
  /* For IE 5.5 - 7 */

  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333');
  filter: DropShadow(Color=#333333, OffX=0, OffY=2);
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333')";
  zoom: 1;
}
.glow {
  display: block;
  text-shadow: 0 0 1px #545454, 1px 1px 1px #545454, 1px -1px 1px #545454, -1px 1px 1px #545454, -1px -1px 1px #545454;
}
.lte9 .glow {
  filter: progid:DXImageTransform.Microsoft.Glow(color=333333, strength=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=333333,strength=1)";
  zoom: 1;
}
