body {
font-family: "Verdana", Tahoma, sans-serif;
color: #000000;
background-color: #000;
}

A:link, A:visited, A:active {
color: #990000;
font-weight: 700;
text-decoration: none;
}

A:hover {
background-color: #666666;
color: #FFFFFF;
}

h1 {
font-size: 125%;
font-weight: 700;
color: #990000;
}

#container {
    background-image: url(background.jpg);
	background-repeat: repeat-x repeat-y;
	width: 800px;
	position: absolute;
	margin: auto;
	z-index: 1;
}

#top_left {
background-image: url(top_left.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 300px;
width: 425px;
position: absolute;
z-index: 2;
}

 #main_copy {
 margin-top: 300px;
 padding: 0 1em 1em 1em;
 background: transparent;
 background-image: url(bottom_right.jpg);
background-repeat: no-repeat;
background-position: bottom right;
z-index: 4;
 }

 #footer {
 background: #000;
 color: #FFF;
 width: 800px;
 padding: 1em;
 }

 #footer a {
 color: 6DC6AE
 }

 #footer a:hover {
background-color: #6DC6AE;
color: #000000;
padding: 5px;
}

.smtxt {
font-size: 90%;
}
