I like your style

I really like the look of this site,
http://www.cupecoybeachclub.com/
How did they do that to the background with the footer being on top?

Do you mean the footer’s transparent background? That just uses a semi transparent background color:

#footer {
background-color: rgba(255, 255, 255, 0.58);
}