* {
	margin: 0;
	padding: 0;
}

body {
	background: #5e0009 url(images/bg.jpg) repeat left top;
	text-align: center;
	padding: 40px;
}

h1 {
	font-size: 1px;
	height: 81px;
	width: 528px;
	text-indent: -99999px;
	background: url(images/logo.png) no-repeat left top;
	margin: 0 auto 20px;
}

p.imp-stuff {
	font-size: 1px;
	width: 385px;
	height: 24px;
	margin: 0 auto 20px;
	text-indent: -99999px;
	background: url(images/stuff.png) no-repeat left top;
}

p input {
	padding: 3px;
	text-align: center;
	font: 16px Georgia, "Times New Roman", serif;
	width: 300px;
	background-color: #5e0009;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
}

p button {
	border: none;
	background: none;
	margin-bottom: 20px;
}

p.thanks {
	margin-bottom: 20px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
}

p.sliceit a {
	font-size: 1px;
	display: block;
	width: 427px;
	height: 24px;
	text-indent: -99999px;
	margin: 0 auto;
	background: url(images/sliceit.png) no-repeat left top;
}