body {background: #000000;}

img { behavior: url(iepngfix.htc) }

#container {
width: 800px;
height: 560px;
position: relative;
left: 50%;
margin-left: -400px;
}

#blackcat {
position: absolute;
left: .5%;
top: 40px;
}

#title {
position: absolute;
top: 50px;
left: 20%;
margin-left: -150px;
z-index: 4;
}


#candle {
position: absolute;
right: 0;
bottom: 20px;
z-index: 1;
}


#pageid {
position: absolute;
top: 40px;
right: 0;
}

#nav {
position: absolute; 
top: 130px;
right: -30px;
}

#nav ul{
margin: 0;
padding: 0;
list-style: none;
}

#nav a {
display: block;
width: 5.2em;
text-decoration: none;
color: #993333;
}

#nav a:hover {
color: #36f;
}

#nav li {
float: left;
width: 5.2em;
font-family: 'comic sans';
font-size: 1em;
font-weight: bolder;
text-align: center;
}

#linkcontent {
position: absolute;
top: 190px;
left: 3%;
width: 500px;
height: 300px;
overflow: auto;
}

#linkcontent h3 {
color: #e4ebea;
}

#linkcontent p {
text-indent: 50px;
}

#footer {
position: absolute;
bottom: -10px;
color: #757575;
z-index: 2;
border-top: 1px solid #757575;
}

