.cloud{	
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/sky.png");
    background-origin: padding-box;
    background-position: 60px 2px;
    background-repeat: no-repeat;
    background-size: 450px auto;
    height: 235px; 
}
.cloud a{
    position:absolute;
    color: blue;
    font: bold 16px Arial;

}