<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset= windows-1252" />
<meta name="keywords" content="keywords go here" />
<meta name="description" content="Description Goes Here" />
<title>Site Name Here</title>
<style type="text/css">
body{background: url(images/image.png);margin: 0;padding: 0;}
</style>
</head>
<body>
html stuff goes here
</body>
Cheers!