html, body {
        padding: 0px;
        margin: 0px;
		background: #000000 /*url(../img/html_bg.gif) repeat-y scroll 50% 0*/;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
}

#wrapper {
	background: url(../img/top_bg.jpg) no-repeat top center;
}

#coverContainer {
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#mainContainer {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0px;
}

#title {
	line-height: 120%;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding:10px 20px 10px 20px;
}

#text {
	line-height: 120%;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 20px 0px 20px;
}

#copyright {
	text-align: center;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#fbHeader {
	height:114px;
	background: url(../img/header_bg.gif) repeat-x top left;
}

#fbHeaderMenu {
	z-index: 999;
	text-align: left;
	width: 248px;
	height: 24px;
	margin: 0 auto;
	background: transparent url(../img/bn_headermenu.png) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 94px;
	behavior: url("iepngfix.htc");
}

#fbFooter {
	height: 42px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	z-index: 99;
}

#fbContents {
	margin-top: 8px;
}

#fbMenu {
	position: absolute;
	right: 15px;
	bottom: 22px;
	background: url('../img/fbnavigationBg.gif') no-repeat right top;
	width: 388px;
	height: 41px;
}

#fbNavigation {
	margin: 0 auto;
	width: 200px;
	text-align: center;
	padding-top: 1px;
	font-weight: bold;
	font-size:12px;
}

#navBack {
	float: left;
}

#navForward {
	float: right;
}

#navInfo {
	color:#CCCCCC;
	height: 15px;
	padding-top: 10px;
}

#leaderboard {
	margin: 2px;
	float: right;
	display: inline; /* bug for IE6 in CSS*/ 
}

#footerNav {
	 height: 21px;
	 text-align: center;
	 background-color: #000000;
	 color: #666666;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 10px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: center;
}

#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

object,a {
	outline: none;
}

a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.text {
	line-height: 120%;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 20px 0px 20px;
}

.zone td,th {
	padding: 5px;
}

.zone td {
	background-color:#525252;
}

.zone th {
	font-size:14px;
	background-color:#2ab4ad;
}

.ingredients td {
	padding: 2px 0px 3px 5px;
	border-bottom:1px solid #999999;
}

.ingredients tr {
	padding-right: 3px;
}

.r-title {
	font-size:14px;
	line-height:120%;
}

.break {
	border-bottom:1px solid #333333;
}