html,body{height:100%; width:100%;}


body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #004761;
  	background-image: url("/images/merge.jpg");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%;

}


.logobox {
  	height: 100%;
  	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 50%;
}
