body {
 background-image: url("images/pattern_eyes.gif");
}

#leon_menu {
 background-image: url("images/leon_background.jpg");
 background-repeat: no-repeat;
}

#novels_menu {
 background-image: url("images/novels_background.jpg");
 background-repeat: no-repeat;
}

#misc_menu {
 background-image: url("images/misc_background.jpg");
 background-repeat: no-repeat;
}

#center_column {
 background-image: url("images/notepaper_middle.gif");
 background-position: 0 70px;
 background-repeat: repeat-y;
}

#center_column #title span {
 /* hide the text version of the title */
 display: none;
}

#title {
 position: absolute;
 margin-left: 160px;
}

#image_cover {
 position: absolute;
 top: 102px;
 margin-left: 303px;
 width: 309px;
}
 
#image_cover p {
 margin-right: 120px;
}

#page_top {
 margin: 0;
 height: 70px;
 background-image: url("images/notepaper_top.gif");
 background-repeat: no-repeat;
}

#page_middle {
 height: 768px;
}

#page_bottom {
 margin: 0;
 height: 42px;
 background-image: url("images/notepaper_bottom.gif");
 background-repeat: no-repeat;
}

#text_column {
 overflow: auto;
 margin: 0;
 width: 240px;
 position: relative;
 top: 50px;
 left: 62px;
}

#footer_image {
 position: relative;
 top: 128px;
}

#colophon {
 top: 650px;
 margin-left: 350px;
 width: 150px;
}

#contact a:link {
 color: #A3CBC1;
}

#email_icon {
 background-image: url("../images/email_icon_02.gif");
}