a:link {color:#000000; text-decoration: none;}      
a:visited {color:#000000; text-decoration: none;}  
a:hover {color:#000000; text-decoration: none;}  
a:active {color:#000000; text-decoration: none;}  

body {
    background-color: #000000;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

#floater {
    position: relative;
    height: 100%;
}

#crypto {
    text-align: center;
    position:absolute; 
    top:50%; 
    height:182px; 
    width:100%;
    margin-top:-91px;
}

#bottom {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
}
