html
	{
		height: 100%;
		width: 100%;
	}

body
	{
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
	}

	#page
	{
		position: relative;
		min-height: 100%;
	}

	* html #page
	{
		height: 100%;
		width: 100%;
	}

	#content
	{
	z-index: 100;
	position: absolute;
	width:500px;
	height:400px;
	}
	
p  { font-size: 11px; font-family:  Arial, Helvetica, sans-serif; line-height: 1.5em }
.flavors  { margin-top: 0; margin-bottom: 4px }
td  { font-size: 11px }
a  { color: #933; text-decoration: none; }
a:hover { color: #f33; text-decoration: underline; }
.home  {
	font-size: 12px;
	font-family: georgia, "times new roman";
	font-style: italic;
	font-weight:bold;	
	color: #993333;
}
.subhead {
	font-family: georgia, "times new roman";
	font-size: 24px;
	color: #993333;
	font-weight: bold;
}
.border { border: solid 1px #933 }
