Code and css below, Copy, paste into new Dreamweaver document and save to your site folder.
<!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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-color: #999;
margin:0; padding:0;
}
#apDiv1 {
width: 800px;
height: 1200px;
background-color: #FFF;
padding: 20px;
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-right: auto;
margin-left: auto;
}
#masthead {
text-align: center;
}
#leftCol {
float: left;
width: 300px;
text-align: center;
}
#leftCol img {
margin-bottom: 20px;
}
#rightCol {
float: left;
width: 500px;
text-align: center;
}
img#clickHere {
margin-top: 20px;
}
</style>
</head>
<body>
<div id="apDiv1">
<div id="masthead">
<img src="cats-meow-headerresized.jpg" width="700" height="99"/>
</div>
<!-- end masthead -->
<h1 align="center" class="heading1"><u>What Is It? Watch This Quick Video:</u></h1>
<div id="leftCol">
<img src="review2.jpg" width="189" height="241" />
<img src="review.jpg" alt="" width="181" height="194" />
</div>
<!-- end leftCol -->
<div id="rightCol">
<object width="500" height="281">
<param name="movie" value="http://www.youtube.com/v/QFLeQhqn4tc?version=3&hl=en_GB&rel=0" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="http://www.youtube.com/v/QFLeQhqn4tc?version=3&hl=en_GB&rel=0" width="500" type="application/x-shockwave-flash" height="281" allowscriptaccess="always" allowfullscreen="true" align="center"></embed>
</object>
<img src="cat button.jpg" width="392" height="166" id="clickHere" />
</div>
<!-- end rightCol -->
</div>
<!-- end apDiv1 -->
</body>
</html>