/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
  background:#000000;
  font-family:sans-serif;
  font-size:14px;
  color:#FFFFFF;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-image: url('../images/city-black-and-white.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.4;
    filter:alpha(opacity=40);
}

.quotes {
  width: 671px;
  height: 239px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image:url('../images/quotes.png');
  background-repeat:no-repeat;
}

.quote-wrapper {
  font-size:32px;
  position:absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 200px;
  margin-left: -270px;
  margin-top: -60px;
}

.email-contact {
  position:absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 50px;
  margin-left: -100px;
  margin-top: 200px;
}