/*
font-family:'Helvetica Neue LT W01_47 Lt Cn';
font-family:'Helvetica Neue LT W01_57 Cond';
font-family:'Helvetica Neue LT W01_97 BlkCn';

*/


body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaedec+0,a9bbc5+100 */

background: #eaedec; /* Old browsers */

background: -moz-linear-gradient(left,  #eaedec 0%, #a9bbc5 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  #eaedec 0%,#a9bbc5 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  #eaedec 0%,#a9bbc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedec', endColorstr='#a9bbc5',GradientType=1 ); /* IE6-9 */


  margin: 0;
  padding: 0;
  font-family:'Helvetica Neue LT W01_57 Cond';
  color: #777777;
  min-height: 450px;
}
 
 p {
	font-size: 16px;
	line-height: 23px; 
	margin: 0;
}

a {
	color: #e30613;
	text-decoration: none;
}
 
 .centered {
	text-align: center;
  font-family:'Helvetica Neue LT W01_97 BlkCn';
	 color: #222751;
}
 
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
max-width: 100%;
}

.container .wht {
	background: #fff;
	padding: 60px;
	margin-top: 30px;
}

.container .wht img {
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
}