body {
	background-color: #33ccff;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

#header {
	height: 600px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#body {
	background-image: url(images/content-background.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

#footer {
	clear:both;
	padding-top: 1.5em;
	text-align: center;
}

#mbm {
	text-align: center;
}

a img {
	border: none;
}

#recent {
	background-image: url(images/recent-flips.png);
	background-repeat: no-repeat;
	background-position:10px 10px;
	padding-top: 30px;
	padding-left: 40px;
	height: 83px;
}

.flip {
	width: 95px;
	height: 83px;
	margin-right: 9px;
	background-image: url(images/coming-soon.png);
	float: left;
}

.flip.done {
	width: 75px;
	height: 75px;
	background-image: none;
	margin-right: 17px;
	
}

#twitter, #facebook {
	position: absolute;
	bottom: 168px;
}

#twitter {
	left: 20px;
}

#facebook {
	left: 260px;
}

#order-form {
	background-image: url(images/order-start.png);
	background-repeat: no-repeat;
	padding-left: 300px;
}

#order-form form {
	background-image: url(images/label-instructions.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-top: 35px;
	height: 130px;
}

#instructions {
	width: 440px;
}

#order-form .line1 {
	margin-bottom: 24px;
}

#go {
	vertical-align: middle;
}

#question {
	text-align: center;
	padding-top: 10px;
}

#footer a {
	padding: 0px 7px;
}

