/* layout */

body {
    margin: 0;
    padding: 0;
    font: 62.5% arial, sans-serif;
    background: white;
}
#container {
    width: 980px;
    margin: 0 auto;
}

/* header & nav */

#header {
    position: absolute;
    text-align: center;
    width: 980px;
    height: 64px;
    z-index: 1;
}
#header ul {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
    left: -8px;
}
#header li,
#header li a {
    display: inline;
    font-family: baskerville, paltino linotype, georgia;
    font-size: 1.3em;
    color: white;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
#header li:hover a,
#header li.selected a {
    color: yellow;
}
#header li.selected a {
    cursor: default;
}
#header li {
    padding:0 13px;
    border-left: 1px solid white;
    line-height: 64px;
}
#header li.first {
    border: none;
}
#header .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 64px;
    background: url(../images/header-title.gif) no-repeat center center;
    display: none;
}

/* navigation text */

#header li {
    background-image: url(../images/navigation.gif);
    background-repeat: none;
}
#header li a {
    visibility: hidden;
}
#onwards-link {
    background-position: 20px 0;
}
#onwards-link:hover, #onwards-link.selected {
    background-position: 20px -17px;
}
#bio-link {
    background-position: -50px 0;
}
#bio-link:hover, #bio-link.selected {
    background-position: -50px -17px;
}

/* content and pages */

#content {
    position: absolute;
    top: 64px;
    width: 980px;
    height: 620px;
    overflow: hidden;
}
#onwards, #biography, #title {
    position: absolute;
    top: 0;
    width: 980px;
    height: 620px;
    overflow: hidden;
    background: black;
}

/* onwards title */

#title {
    position: absolute;
    background: black url(../images/intro-title.gif) no-repeat center center;
    z-index: 2;
    cursor: pointer;
}

/* wallpaper downloads */

#downloads {
    position: absolute;
    width: 980px;
}
#downloads ul {
    width: 980px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#downloads ul li,
#downloads ul li a {
    list-style-type: none;
    width: 245px;
    height: 185px;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    background: black url(../images/loading.gif) no-repeat center center;
}
#downloads ul li a {
    margin: 0;
    padding: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}
#downloads ul li img {
    margin: 0;
    padding: 0;
    border: none;
    position: static;
}

/* biography */

#biography {
    background: black url(../images/biography.gif) no-repeat center center;
    text-indent: -10000px;
}

/* footer */

#footer {
    position: absolute;
    top: 660px;
    width: 980px;
    height: 40px;
    text-align: right;
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    display: none;
}