here you go, i wrote a mini page for you.
HTML Code:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<style type="text/css">
#box {
border: 1px solid #999999;
width: 350px;
margin-right: auto;
margin-left: auto;
height: 20px;
background-color: #F0F0F0;
padding: 4px;
}
#logo {
margin-right: auto;
margin-left: auto;
width: 500px;
height: 100px;
}
</style>
<body>
<div id="logo">
<div align="center"><img src="http://igoboy.com/offline/images/banner.gif" width="444" height="81" /></div>
</div>
<div id="box"></div>
</body>
</html>
the way you should have done it was by using a border rather than slicing a lyout because all it is is one box with a border (with the image above the table)