/* CSS for Contact Page */

div.postSingle div.postInside {
  margin:0;
}
div#content {
  height:1000px;
  margin:0;
  padding:0;
  width:100%;
}
div.container {
  width:100%;
}
div.floater {
  font-size:24px;
  line-height:32px;
  margin-left:35%;
  margin-right:35%;
  text-align:center;
  top:50px;
  position:absolute;
  width:30%;
}
div.floater a {
  background:url(http://briannelsondesign.com/wp-content/themes/bnd/images/contactBar.png);
  color:#fff;
  padding: 5px 10px 6px 10px;
}
div#footer {
  background:#000;
  color: #fff;
  margin:0;
}
