Graphic not showing up in page

Thanks again for stopping by this post.

I use Iframes for quick loading page info that is graphical by nature. For some reason this template is not allow graphics to show in IE. Works perfectly in FireFox.

If you can take a look, it’s not registering in my book. If any one has a clue, please share.



<!DOCTYPE html PUBLIC
    "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
  <head>
    <meta http-equiv="content-type"
        content="text/html; charset=utf-8">
    <title>title</title>
	<meta name="description" content="a description of your page"> 
	<meta name="keywords" content="a, list, of, keywords"> 
    
<style type="text/css">
* {margin:0; padding:0;}
#back {background:url(weldedLove.jpg)0 0 no-repeat;
	width:762px;
	height:354px;
}

img.left {float:left; padding:140px 0 0 40px;}
img.right {float:right; padding:140px 40px 0 0;}
a img{border:0 none;}
p {padding:50px 0 0 30px; color:#fff;}
a.load {width: 761px; height:354px; padding:145px 300px; margin-left:75px; zborder: 1px solid red; display:block;}
</style>
  </head>
<body>
<div id="back">


		<a href="http://www.facebook.com/pages/Savezeros/190947034357055" target="_blank"class="load" title="Face Book Experience"/></a>

</div>





</body>
</html>