There is a blank image in the images directory to replace the temp logo at the top. The buttons are already blank so you can just label them in your favorite editor.

This layout uses the iframe command to control this area. You'll need to know a little about iframe to adjust this template. Check out the tutorial here.

In the html you will see  <iframe name="I1" width="466" height="247" src="iframe.html">

The frame is actually looking for the data.html page which is this page full of text that your reading. When you create additional pages you can also create extra data pages and change the iframe to point to them like:

<iframe src="data2.html" width="90%" height="90%"></iframe>