.footer-fixed {
     height:80px;
     width:100%;
     margin:0;
     overflow:hidden;
     } 



.footer-fixed-top {
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	height:30px;
	width:100%;
	background:#fcc800;
	padding:0px 10px 0px 10px;
	}

.footer-fixed-top.static {
	position:static;
	}

.footer-fixed-top p {
        text-align:center;
	line-height:30px;
        font-size:12px;
        font-weight:bold;
        margin-top: 5px;
	}

.footer-fixed-bottom {
	height:50px;
	padding:10px;
	background:#a25768;
	}

