
/* GENERAL ------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}



/* FOOTER ------------------------------------------------------------*/



div#footer ul#follow li p{
	font-size: 14px;
	color: #665d4e;
	font-weight: bold;
}


div#footer div#footer-wrapper ul#follow{
	display: block;
	position: absolute;
	width: 244px;
	height: 56px;
	top: -16px;
	left: 0px;
	background: url(../img/follow-bg.png) no-repeat;
}

div#footer div#footer-wrapper ul#follow li{
	display: block;
	float: left;
	margin-left: -28px;
	margin-top: 0px;
}


