body {
font-size: 101%; /*IE hack for using ems*/
background-color: #000000;
background-image: url(images/test.gif);
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: .75em;
}

hr {
position: absolute;
bottom:0em; /*set by php*/
width: 0em; /*set by php*/
color: #FF0000;
background-color: #FF0000;
height: 1em; /*set by php*/
}

#header {
position: absolute;
right: 10em;
top: 5em;
width: 14em;
height: 7em;
background-color: #FFFFFF;
padding: .25em;
font-family: "Courier new", monaco, monospace;
color: #666666;
}

#clipart {
position: absolute;
left: 0em;
bottom: 5em;
}

#links {
position: absolute;
right: 1.5em;
top: .5em;
background-color: #FFFFFF;
font-size:5em;
width:10em;
}

.outline {
border: dashed medium #FF0000;

}
