#addsfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}
/* CSS Document */

#addsfixmenu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #333333;
    border:0px solid #339999;
    z-index: 9999;
}

#addsfixmenutop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #333333;
    border:2px solid #aaaaaa;
    z-index: 9999;
}

#addsheight {
	line-height: 52px;
}

#addsfixmenuXPR {
	font-size: 12px;
	color: #ff7;
	text-align: center;
	width:100%;
	line-height: 1.5em;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin:0px;
}
#addsfixmenuXPR a {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-decoration:underline;
}
#addsfixmenuXPR a:hover {
	font-size: 16px;
	color:#0ff;
	text-decoration:underline;
}