#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
	width: 432px;
	height: 615px;
	margin-left: -216px;  /***  width / 2   ***/
	position: absolute;
	top: -307.5px;          /***  height / 2   ***/
	left: 50%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECD5AE;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
#outer #inner p {
	text-align: justify;
}
body {
	background-color: #fff;
}
#outer #inner .cs {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;	
}
a {
	color: #EFD3A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

