body {
	background-image: url(/images/butcher/background.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #555;
}
p {
	line-height: 1.5em;
}
label {
	font-size: 0.8em;
	font-weight: bold;
}
img { border: none; }
a {
	color: #333;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: underline;
}
div#cards {
	background-image: url(/images/butcher/cards.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 1000px;
	position: absolute;
	top: 0; left: 0;
	padding-left: 80px;
}

div#cards > h1 {
	color: white;
	font-size: 65px;
	text-shadow: 0 -1px 1px #333;
	position: relative;
	top: 33px;
}

div#iphone {
	background-image: url(/images/butcher/iphone.png);
	background-repeat: no-repeat;
	width: 414px;
	height: 770px;
	position: absolute;
	top: 4px;
	left: 500px;
}

div#cards_content {
	width: 400px;
}

div#cards_content > h2 {
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 60px;
	font-size: 30px;
}

div#paper {
	width: 298px;
	margin-left: 75px;
}
div#paper_top {
	background-image: url(/images/butcher/paper_top.png);
	background-repeat: no-repeat;
	width: 298px; height: 10px;
}
div#paper_mid {
	background-image: url(/images/butcher/paper_mid.png);
	background-repeat: repeat-y;
	width: 298px;
	padding: 0 20px 0 20px;
}
div#paper_bottom {
	background-image: url(/images/butcher/paper_bottom.png);
	background-repeat: no-repeat;
	width: 298px; height: 15px;
}

div#paper_mid > h3 {
	font-weight: normal;
	margin: 0;
	font-size: 20px;
	text-align: center;
	width: 258px;
}

div#paper_mid > p {
	width: 258px;
	text-align: center;
	font-size: 0.8em;
}

div#iphone_movie {
	position: relative;
	left: 47px;
	top: 140px;
}

div#store {
	position: absolute;
	top: 90px;
	left: 325px;
	display: inline;
}

img#go {
	position: relative;
	top: 2px;
}