/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */



img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: 80%;

  /* IE7-8 need help adjusting responsive images */




  border: 0;
  -ms-interpolation-mode: bicubic;
  margin-right: 10%;
  margin-left: 10%;



}



.container,
 {
  max-width: 1080px;

  height: 100%;
  width: 100%;
    margin-top: -15%;

}


.container {
  margin-right: auto;
  margin-left: auto;

}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}


body {
  background: #fcfcfc;
  -webkit-font-smoothing: antialiased;

  color: #232525;
}


