body {background: #000000;}

img { behavior: url(iepngfix.htc) }

#container {
padding: 0;
margin: 0;
width: 800px;
height: 600px;
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;
text-align: center;

}

#footer {
position: absolute;
bottom: -10px;
color: #757575;
z-index: 2;
border-top: 1px solid #757575;
}
#featurebook {position: absolute; left: 5%; top: 30%;}
#featurebook img {display: block; float: left; border: 2px solid #933; margin: 0; padding: 0;}
#featurebook h4 {text-indent: 20px; color: #ff0000; margin: 0;}
#featurebook h1 {text-indent: 40px; margin: 0; font-family: 'comic sans'; color: #0066ff; width: 600px;}
#featurebook h5 {text-indent: 46px; margin: 0; font-family: 'comic sans'; color: #0066ff;}
#featurebook p a:link, a:visited {color: #003399; border: none;}
#featurebook p a:hover {color: #0066ff;}
#featurebook p {margin-left: 170px; width: 350px; display: block; color: #933; line-height: .96em;}
#featurebook p img {border: none;}


#scrollmenu {width: 500px; height: 140px; position: absolute; top: 440px; left: 5%; border-top: 2px solid black; border-bottom: 2px solid black;}
#scrollmenu a:hover img {border: 2px solid red;}
#scrollheader {position: absolute; top: 66.7%; left: 5%;}
#scrollfooter {position: absolute; top: 90.5%; left: 5%;}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}

