/* ----- Main ----- */

body 
{
	margin: 0;
	padding: 0; 
	background: #9b804f url(../images/landing-back.png) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #231f20;
}

#container
{
	position: relative;
	margin: 100px auto;
	width: 936px;
	height: 702px;
	background: url(../images/landing-content-back.jpg) no-repeat;
}

#intro-text
{
	position: absolute;
	top: 250px;
	left: 340px;
	margin: 0;
	padding: 0;
	width: 270px;
	text-align: center;
}

#tea
{
	position: absolute;
	top: 318px;
	left: 59px;
	width: 278px;
	height: 207px;
}

#coffee
{
	position: absolute;
	top: 246px;
	right: 51px;
	width: 224px;
	height: 279px;
	background-position: -278px 0px;
}

#tea.hover, #coffee.hover { background-image: url(../images/landing-rollovers.jpg); }