Господи, Боже мой...

Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
* {margin: 0px; padding: 0px;}
#header {background: url(bg1.jpg) repeat-x; height: 300px; position: relative;}
#right_fon {background: url(bg.gif) repeat-x; width: 50%; height: 300px; position: absolute; top: 0px; left: 50%;}
#center_img {position: absolute; top: 0px; left: 50%; width: 200px; margin-left: -100px; border: 1px #FF0000 solid;}
</style>
</head>

<body>
<div id="header">
****<div id="right_fon"></div>
****<div id="center_img">картинка</div>
</div>
</body>
</html>