CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
body {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
background: #676767;
color: #D2D2D2;
}
#head {
font-size: 40px;
padding: 10px 10px 30px 30px;
}
#nav {
width: 210px;
margin: 0 auto;
padding-bottom: 20px;
}
#frame {
width: 90%;
margin: 0 auto;
height: 600px;
}
/*]]>*/
</style></head>
<body>
<div id="head">Site Name</div>
<div id="nav">Home | About | Services | Contact</div>
<div id="frame"><iframe src="http://google.com" width="100%" height="100%"></iframe></div>
</body>
</html>
You're welcome