body {
margin: 0;
background: #000;
}

.clear {
clear: both;
}

#wrapper {
width: 800px;
margin: 0 auto;
}

#background {
margin: 0 auto;
background: url('img/small-splash.jpg') no-repeat;
width: 800px;
position: fixed;
}

#background img {
width: 800px;
height: 600px;
}

#title-area {
width: 300px;
height: auto;
font-family: Courier New;
color: #000;
position: absolute;
right: 150px;
top: 40px;
z-index: 1;
}

#title {
font-size: 44px;
font-weight: bold;
}

#byline {
margin-left: 20px;
}

#byline-source {
font-style: italic;
font-size: 11px;
float: right;
}

#link-area {
position: absolute;
top: 340px;
right: 230px;
font-size: 18px;
}

#link-area li a:hover {
color: #AAA;
}

#link-area ul {
list-style-image: url("img/bullet.gif");
}

#link-area li {
height: 35px;
}

#link-area li a {
color: #FFF;
text-decoration: none;
}

#footer {
position: absolute;
bottom: 0px;
color: #AAA;
margin: 0 auto;
width: 800px;
text-align: center;
font-size: 12px;
}


