@charset "UTF-8";
/* CSS Document */

body {
    text-align:center; /* horizontal centering for IE Win quirks */
}

html, body {
    height:100%;
}
    
#distance_intro {
    width:1px;
  height:50%;
  margin-bottom:-150px; /* half of container's height */
  float:left;
}

#page_intro {
  margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align:left;
  height:300px;
  width:400px;
  clear:left;
}

#skipintro {
  margin-left: 140px;
}
