
#footerArea{
	position:relative;
	bottom:0;
	width:995px;
	margin:0;
	background:url('assets/images/footerBottomImage.jpg') repeat-x left top;
	height:100px;
	z-index:0;
}

#footerMenuArea{
            position:relative;
            top:50px;
            left:60px;
            color:#666666;
			z-index:1;
}

#footerMenuArea a, #footerMenuArea a:visited{
            font-size:9px;
            color:#666666;
            text-decoration:none;
}


#footerMenuArea a:hover{
	text-decoration:underline;
	color:#333333;
}
