#pageTop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    bottom: 20px;
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    position: fixed;
    right: 20px;
		text-decoration:none;
		font-weight:bold;
}

#pageTop:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}