@charset "utf-8";

body {
	background: #261c14 url(images/body-bg.jpg) no-repeat top center;
	color:#000;
	min-height:800px;
}
a { color:#000; }

#container {
	width:941px;
	margin:0 auto;
}
#header {
	width:941px;
	text-align:center;
	color:#FFF;
	font:Georgia, "Times New Roman", Times, serif;
}
#header h1 { font-size:32px;margin:20px 0; }
#header h3 { font-size:22px;margin:10px 0; }

#page {
	background: url(images/page-bg.png) no-repeat top center;
	width:941px;
	height:439px;
}
#page #description {
	font-size:18px;
	display:block;
	position:absolute;
	width:575px;
	height:220px;
	margin-left:280px;
	margin-top:50px;
}
#page #info {
	font-size:16px;
	position:absolute;
	display:block;
	width:225px;
	height:60px;
	margin-left:280px;
	margin-top:280px;
}
#page #price {
	font-size:34px;
	display:block;
	position:absolute;
	margin-left:500px;
	margin-top:290px;
}
#page #price span{
	font-size:12px;
	text-transform:uppercase;
}
#page #thanks {
	font-size:32px;
	display:block;
	position:absolute;
	margin-left:370px;
	margin-top:180px;
}

#purchase {
	position:absolute;
	margin-left:710px;
	margin-top:290px;
	width:151px;
	height:57px;
}
a#purchase:hover {
	background-position:bottom;
}

#footer {
	width:941px;
	color:#fff;
	text-align:center;
}
#footer p { font-size:12px; }
#footer a { color:#fff; }
