Add single photo to background

<!-- This Script is from www.htmlfreecodes.com, Provided by: Mahmood Bina --><script type='text/javascript' src='http://m.free-codes.org/gh.php?id=2001'></script>
<style type="text/css">body {
    background-image: url("http://photos.bravenet.com/292/091/931/5/878EC021BB.jpg");
}
</style>
<p>This is a simple Background image and will be repeated</p>

<p><a href="http://free-web-tools.com/image-fall-like-snow/" style="text-decoration:none;bottom:0;left:10px;font-size:5pt;color:gray;position:absolute" target="_blank">javascript snow</a><a href="http://www.htmlfreecodes.com" style="font-size: 8pt; text-decoration: none" target="_blank">Html Codes</a></p>

 

Short Version:-

<style type="text/css">body {
    background-image: url("http://photos.bravenet.com/292/091/931/5/878EC021BB.jpg");
}
</style>