/*
		footer
*/
DIV#footer {
	float: left;
	width: 100%;

	height: 60px;
	background: #FFF;
	
	margin: 0;
	padding: 28px 0 0;
	
	font-size: 10px;
	font-weight: bold;
	color: #5b5b5b;
	
	text-align: center;
}

	DIV#footer A {
		color: #5b5b5b;
		text-decoration: none;
	}

	DIV#footer A:HOVER {
		text-decoration: underline;
	}
	