This is simple code used in css.
div {
background: url(background.jpg);
background-size: 800px 600px;
background-repeat: no-repeat;
}
If you not want to use background image, remove 1st line of code. You can use background size in "%" also, thats will fits in all browser.