/* ----------------------------- */
/* ---------- Footers ---------- */
/* ----------------------------- */
#footer {
	text-align : center;
    width: 989px;
    display: block;
    margin: 0 auto;
    
    background: transparent url('main/body-bot.jpg') no-repeat 50% 0;
}



#footer a, #footer a:visited {
	color : #555;
	font-size : 10px;
	margin-right : 5px;
	text-decoration : none;
}
#footer a:hover { text-decoration : underline; }

#footer a.pipe  { cursor: normal; }
#footer a.pipe:hover { text-decoration : none; }

#footer a span { font-size: 10px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer { background: transparent; } 
    
}
