@import url("/styles.css");
body {
	background-color: #CCC;
}

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

#body {
	background-image: url(images/content-background.png);
}

#recent {
	background-image: url(images/recent-flips.png);
}

.flip {
	background-image: url(images/coming-soon.png);
}

#order-form {
	background-image: url(images/order-start.png);
}

#order-form form {
	background-image: url(images/label-instructions.png);
}

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

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

