<html>
<head>
<title>background</title>
<style type="text/css">
body {margin:0px;}
#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
z-index: 1;
position: absolute;
}
</style>
</head>
<body>
<div id="bg_image">
<img src="Photos/hcsa_hatter3.jpg" style="width: 100%; height: 100%;">
</div>
<div id="contents">
</div>
</body>
</html>