body {
	background-color: #ab0033;
	font-family: "proxima-nova", sans-serif;
	border: none;
	text-align: center;
	}
	
#page-wrap {
	width: 800px;
	height: 550px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;	
	margin: auto;
	}
	
h1 {
	font-family: "proxima-nova", sans-serif;
	font-size: 13pt;
	font-weight: 400;
	font-style: normal;
	color: #d04a72;
	text-transform: uppercase;
	line-height: 18px;
	}

h1 a:link {
	font-weight: 600;
	color: #d04a72;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted;
	}
	
h1 a:visited {
	color: #d04a72;
	}

h1 a:hover {
	color: #fff;
	}

h1 a:active {
	color: #d04a72;
	}

#logo {
	margin: 0 auto;
	width: 800px
	}
	
#message {
	display: inline;
	width: 400px;
	height: 100px;
	}