html { 
  background: url(surrr.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#ase {
width:141px;
height:150px;
background-image: url("ase.png");
position:fixed;
    
}

#anon {
width:108px;
height:128px;
background-image: url("anon.png");
position:fixed;
    
}

#ball {
    width:128px;
    height:128px;
    border:3px solid #FFD700;
    border-radius:50%;
    position:fixed;
	background-image: url("btci.png");
}