@import url('/stylesheets/nav.css');
@import url('/stylesheets/map.css');

body {
  margin: 0;
  padding: 0;
  background: #222;
  font: 14px Helvetica, arial, verdana, sans-serif;
}

/* CLEARFIX
====================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

#powered-rr {
  position:absolute;
  bottom:5px;
  left:50%;
  z-index:1;
}

#powered-rr img {
  margin-left:-67px;
}
