.logo{
    background: url(../images/header.png) no-repeat center center;
    height: 75px;
    left: 60px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-indent: -9999px;
    top: 4px;
    width: 103px;
    z-index: 1;
}
.footer-logo{
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/footer.png) no-repeat;
	width: 103px;
	height: 46px;
}
