body {
	background: #F9F9F9 url('background.png') repeat-x 0 top;
}

img#icon {
	position: absolute;
	top: 91px;
	left: 10px;
}

h1#prepurchaseheader {
	position: absolute;
	left: 8px;
	top: 450px;
	color: black;
	font-size: 30px;
	opacity: 0.5;
	text-shadow: white 0 0 10px;
}

div#columns {	
	top: 580px;
}

div#purchase {
	font-family:"Helvetica Neue Light", "HelveticaNeue-Light";
	position: absolute;
	top: 165px;
	left: 510px;
	width: 340px;
}

div#purchase h1 {
	font-family:"Helvetica Neue Light", "HelveticaNeue-Light";
	font-weight: 100;
	color:  #00E7FF;
	font-size: 72px;
	padding: 0;
	margin: -5px;
	line-height: 1em;
}

div#purchase h2 {
	font-family:"Helvetica Neue Light", "HelveticaNeue-Light";
	font-weight: 100;
	color: #b3b3b3;
	font-size: 24px;
	padding: 0;
	margin: -2px;
	line-height: 1em;
}

#checkout {
	margin-top: -8px;
	margin-right: -8px;
}

