body {
	background: #ecf5fe url(/images/homepage_background.jpg) no-repeat top center;
}

#container {
	margin: 30px auto;
	width: 900px;
}

.clear {
	overflow: hidden;
	width: 100%;
}

#leftcol, #rightcol {
	float: left;
	padding: 24px;
	text-align: center;
	width: 400px;
}

#leftcol {
	border-right: 1px solid #ccc;
}

h1, #essentials_link, #coffee_link {
	margin: 30px auto;
	text-indent: -9999px;
}

#leftcol p, #rightcol p {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0 30px;
}

#essentials_link, #coffee_link {
	display: block;
}

#essentials_link {
	background: url(/images/essentials_button.gif) no-repeat;
	height: 44px;
	width: 288px;
}

#coffee_link {
	background: url(/images/coffee_button.gif) no-repeat;
	height: 44px;
	width: 288px;
}

#leftcol h1 {
	background: url(/images/essentials_tagline.gif) no-repeat;
	height: 49px;
	width: 246px;
}

#rightcol h1 {
	background: url(/images/coffee_tagline.gif) no-repeat;
	height: 53px;
	width: 289px;
}

#footer {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
}

#footer em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}