this is to put some thing as your background:
body{
background: url( put your url here );
background-size: cover;
}
this is how to put a little thing at the corner of your page (like my bee):
.url {
background: url( put url here ) no-repeat;
position: fixed;
right: 0;
bottom: 0px;
color: #ffffff00;
background-size: 300px;
height: 270px;
width: 270px;
border: none;
box-shadow: none;
z-index: 1000;
font-size: 0px;
opacity: 1;
}