.footerbackground {
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    height: 27px;
    width: 781px;
}

.footercopyright {
    float: left;
    padding-top: 6px;
    padding-left: 10px;
    width: 242px;
    overflow: hidden;
    color: #e5ba72;
    font-family: Tahoma;
    font-size: 11px;
}

.footerbutton {
    float: right;
    padding-top: 6px;
    padding-right: 4px;
    width: 80px;
    height: 15px;
    filter: alpha(opacity=75);
	 opacity: 0.5;
	-moz-opacity:0.5;
}



