I agree with zen. you could do something with the pics on the left-side. I suggest either align them or make a bigger image out of them like a puzzle or something. But the glowing lines are a nice touch-very bright.
************ To create a basic webpage (html file) ******************
1. I assume you are using Microsoft Windows...open Notepad
2. Type in:
<html>
<head>
<title> My Page </title>
</head>
<body>
<p> This is my first page! </p>
</body>
</html>
3. Save as: myPage.html and make sure the dialog...