body {
	background: #7aca5c url(/applications/website/templates/mini_cook/images/background_green.jpg) no-repeat center top;
}

#footer_links li a:link, #footer_links li a:active, #footer_links li a:visited
{
	color: #127e0d;
	text-decoration: none;
	border-bottom: 0px;
}

#footer_links li a:hover
{
	color: #127e0d;
	text-decoration: none;
	border-bottom: 1px dotted #127e0d;
}

#footer {
	color: #127e0d;
}

.facebook_li {float: right !important;}
.twitter_li {float: right !important;}

a.facebook {
	background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat -574px top;
	display:block;
	float:left;
	height:30px;
	margin-right:10px;
	margin-left: 10px;
	width:77px;
	}
a:hover.facebook {background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat -387px top;}
	
a.twitter  {
	background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat scroll -656px top #FFFFFF;
	display:block;
	float:left;
	height:30px;
	margin-right:10px;
	width:95px;
}
a:hover.twitter  {background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat scroll -472px top #FFFFFF;}
	