#message{
	margin: 0px auto;
	margin-top: 0px;
	width: 1060px;	
	text-align: right;
}

#message a{
    /* display: block before hiding */
    display: block;
    display: none;

    /* link is above all other elements */
    z-index: 999; 

    /* link doesn't hide text behind it */
    /*opacity: .8;*/

    /* link stays at same place on page */
    position: fixed;

    /* link goes at the bottom of the page */
    top: 100%;
    margin-top: -90px; /* = height + preferred bottom margin */

    /* link is centered */
    /*left: 50%;
    margin-left: -160px;*/ /* = half of width */
    

    /* round the corners (to your preference) */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    /* make it big and easy to see (size, style to preferences) */
    width: 50px;
    line-height: 20px;
    height: 70px;
    
      
    /*background-color: #000;*/
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-size: 0.9em;
    
}