
body, *{
  margin: 0px;
}
html { 
    background: url(../images/IMG_73831.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/post_bg.jpg', sizingMethod='scale')";
}
/*body{
  background: url(../images/IMG_73831.jpg) no-repeat top center;
  background-size: cover;
}*/
.logo {
  width: 100%;
  text-align: center;
  margin: 15% 0% 0% 0%;
}
.logo img {
  width: 350px;
  border-radius: 7px;
  box-shadow: 0px 2px 10px #666;
}
.contact-details {
  text-align: center;
  margin-top: 3%;
  line-height: 26px;
  font-family: verdana;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: #e0e0e0;
}
