/* Styles */
  html,body {
  height:100%;
  margin:0;
}

.content {
  height:100%;
  min-height:100%;/*for mozilla*/
  margin: 0px;
}

html>body .content {
  height:auto;
}

#one {
  background: url(images/pexels-photo-93398.jpeg) center center no-repeat scroll #FFFFFF;
  background-size: cover;
}
.box {
position: relative;
left: 20px;
top: 40px;
width: 400px;
height: 157px;
padding: 10px 10px 10px 10px;
}
.wide {
position: relative;
left: 20px;
top: 40px;
width: 95vw;
padding: 10px 0px 50px 10px;
}
