*{
  margin: 0;
  padding: 0;
}
html,body{
  height: 100%;
  font-family: sans-serif;
}
#header{
  background-color: rgb(216, 225, 232);
  height: 140px;
  width: 100%;
}
#holder {
  min-height: 100%;
  position: relative;
}
#body {
  padding-top: 10px;
  padding-bottom: 200px;
  height: 100%;
  background: url(tower.jpg) no-repeat center center fixed;
  background-size: cover;
}
.background_img{
  position: relative;
  bottom: 0px;
  height: 100%;
  left: 10px;
}
.contact_box{
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: none;
  text-align: right;
  padding: 0px;
  width: 400px;
  height: 100%;
}
a:link{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}
.emailContact{
  position: relative;
  top: 0px;
  font-size: 17px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.phoneContact{
  position: relative;
  top: 3px;
  font-size: 29px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.emailContact:hover{
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
.phoneContact:hover{
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
.log_out_btn{
  margin: 15px;
  padding: 7px;
  float: right;
  border-radius: 10px;
  border-color: inherit;
}
.background{
  width: 100%;
  background-color: rgba(105,158,209,255);
  background-image: url(tower.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  margin: 0;
}
