
.fixedbottombanner {
position: fixed;
bottom: 0px;
background-color: #000000;
text-align: center;
width: 1000px;
left:50%; margin-left:-500px
}



#bottomdisplay {
display:block;
}


#bottomdisplay:target {
display:none;
}






