/* -----------------------------  Footer  --------------------------------------- */
#footer {
 	position: absolute;
	width: 100%;
 	display: block;
	bottom: 0px;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	z-index: 2000;
	clear: both;
	border-top: 1px solid #EEE;
 }
#footer a {
 	text-decoration: none;
	outline: none;
	color: #000000; /* font color must be set here*/
}
#footer a:hover {
	color: #FFFFFF;
	background: #666666;
	}
#ymimg {
	position: absolute;
	left:0px;
	bottom:0px;
}
#footersubdiv {
	position: relative;
	margin: 0 auto;
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background: #FFFFFF;
	width: 500px;
	
	line-height: 15px;
}
