html, body {
	 height:99%;
}

body {
	color:#bf8564;
	background-color:#dec2af;
}

.container {
   text-align:center;
   margin:0 auto;
   position:relative;
	 height:100%;
	 width:100%;
}

.inner {
  position: absolute;
	top: 50%;
	width:100%;
	height:103px;
  margin-top:-52px;
	text-align:center;	
}

