I am trying to get a background image full page, but so far I have this:

This is the image I want to stretch in the browser window:

My external CSS contains the following code:
hr {color:sienna;} p {margin-left:20px;} body {background-image:url("mybackground.jpg")}
Can someone tell me how can I edit the CSS file to fix my problem?
source share