Here’s my code up until the header. Not sure that all this is really required for you to see, but I figured i’d just show it,
<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<!—
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Title : Balloonr/Bubbles
Version : 1.0
Released : 20070813
Description: A two-column design for 1024×768 resolutions suitable for blogs and forum sites.
—>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=“content-type” content=“text/html; charset=utf-8” />
<title>{title}</title>
<link rel=“shortcut icon” href=”{Favicon}”>
<meta name=“keywords” content=”” />
<meta name=“description” content=”” />
<style type=“text/css”>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body
{
margin: 0;
padding: 0;
background-image:url(‘http://imgur.com/61iK8.jpg’);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}
form {
margin: 0;
padding: 0;
}
img {
border: none;
}
input, textarea {
font: bold 1.2em Arial, Helvetica, sans-serif;
color: #333333;
}
h1, h2, h3 {
margin: 0;
font-weight: normal;
color: #200000;
}
h1 {
letter-spacing: -1px;
font-size: 2.6em;
}
h1 a {
color: #200000;
}
h1 a:hover {
color: #c00040;
}
h2 {
font-size: 1.8em;
}
h2 a {
text-decoration: none;
color: #40a0f0;
}
h2 a:hover {
text-decoration: none;
color: #c0e0a0;
}
h3 {
font-size: 2em;
font-weight: normal;
color: #200000;
}
p, ul, ol {
margin-bottom: 1.6em;
line-height: 180%;
}
a {
text-decoration: none;
font-size: 1.1em;
color: #40a0f0;
}
a:hover {
text-decoration: none;
color: #c0e0a0;
}
hr {
display: none;
}