*{
    padding: 0;
    margin: 0;
}

html{
    
    background: url('bg.gif') no-repeat center center fixed;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges; /* For Firefox */
    image-rendering: crisp-edges;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
*{
    padding: 0;
    margin: 0;
}

.arcadeimage {
    position: absolute;   
    bottom: 100px;          
    right: 180px;            
    width: 260px;
    height: 140px;
}
.rewindimage {
    position: absolute;   
    bottom: 260px;           
    right: 180px;            
    width: 260px;
    height: 140px;
}
.letterimage {
    position: absolute;  
    bottom: 820px;         
    right: 250px;            
    width: 120px;
    height: 70px;
}
.radioimage {
    position: absolute; 
    top: 620px;         
    left: 80px;           
    width: 200px;
    height: 110px;
}