body
{
	background-color: rgb(250, 250, 250);
}

.centering
{
	width: 960px;
	margin: auto;
	position: relative;
	text-align: center;
}

#top-wrap
{
	background-color: rgb(250, 250, 250);
	height: 200px;
}

#mid-wrap
{
}

#bot-wrap
{
	padding-top: 20px;
}

#links
{
	margin-left: 75px;
}

#links a
{
	display: inline-block;
	margin-left: 20px;
}

#links a:first-child
{
	margin-left: 0;
}

#coupon
{
	position: absolute;
	top: 107px;
	left: 140px;
	margin: 0;
}

#coupon-due
{
	margin-top: -44px;
	margin-bottom: 0;
}

#footer > p
{
	margin: 20px 0;
	text-align: center;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.1);
	font-family: Helvetica;
}