html,body {
	color: #FFFFFF;
	background-color: #4D4D4F;
	background-image: url(layout/tail.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
body,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: white;
}

hr {
	width:100%;
	height: 1px;
	border: 1px solid #8f8f8f;
}

.nutrition {
	border: 1px solid #CCCCCC;
}
.nutrition tr td {
	font-size: 12px;
}

.maintable {
	margin-top: 40px;
}
#footer {
	background-color: #414143;
	border-top: 2px solid #BABEC1;
  	border-bottom: 2px solid #BABEC1;
	margin: 20px 0 20px 0;
}

#footer table tr td {
	font-size: 12px;
}
.footer-title {
	font-size: 14px;
}
a:link, a:visited, a:active {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {padding:10px 20px;}

ol {padding:10px 20px;}

#footermenu {text-align: center; color: #666;}
#footermenu a {color: #999; text-decoration: none;}
#footermenu a:hover {text-decoration: underline;}