#footer {
	color:#f5f5f5;
}
#footer .layout-sandwich-section {
	background-color:#333;	
}

.page-footer {
	padding:30px;
	text-align:center;
	
	background-image:url('../img/page/footer-detail.png');
	background-position:85% bottom;
	background-repeat:no-repeat;
}
.page-footer .menu {
	list-style-type:none;
}
.page-footer .menu li {
	display:inline-block;
	padding:5px;
}
.page-footer .menu li a {
	color:#f5f5f5;
}
.page-footer .menu li a:hover {
	color:#ff8000;
}

.page-footer .claim {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:30px 0 20px 0;
}

.page-footer .copyright {
	margin:35px 0 0 0;
	font-size:11px;
	line-height:12px;
}
.page-footer .version {
	margin:20px 0 0 0;
	font-size:10px;
	line-height:12px;
	color:#616161;
}

body.page-template-register-php a.huge-button {
	display:none;
}