<!DOCTYPE html>
<html>
<head>
<title>CSS background Property</title>
<style>
body {
background: silver url("../../images/img_nat.png") no-repeat fixed center;
}
</style>
</head>
<body>
<h2>Article Heading</h2>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
<p>paragraph text</p>
</body>
</html>