body {
	text-align: center;
}

div.wrapper { 
	margin: 0 auto;
	width: 1000px;
	height: 760px;
	background: url(jack_background.png) no-repeat top left; 
	margin-top: -100px;
}

div.message {
	width: 365px;
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, serif;
	padding: 475px 0 0 320px;
}
	
	div.message div {
		margin-top: 15px;
		margin-bottom: 25px;
	}

	div.message div p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

hr { color: #CFCFCF; border: none; height: 1px; background: #cfcfcf;}
a { color: #ffffff; text-decoration: none; }

a.button { 
	display: block;
	width: 350px;
	color: #9FA1A4;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}