html, body{
    padding: 0px;
    margin: 0px;
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#fbFooter {
	float:left;
	position:relative;
	width:100%;
	background-color: #fff33a;
}

#fbContents {
	margin: 0 auto;
	position:relative;
	color: #403f3f;
	text-align:left;
	width:80%;
	background-color: #fff33a;
	font-weight:normal;	
	font-size:11px;
	padding:10px 20px 0 20px;
}

#fbContents a{
	color: #403f3f;
	font-weight:bold;
}

#fbContents p{
	padding:0 0 5px 0;
	margin:0;
	line-height:18px;
}

#fcContents ul{
	text-align:left;
}
	