body {
    background: #707070;
    background-attachment: fixed;
    font-family: sans serif, helvetica;
}

div {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #c0c0c0;
}

div > p {
    padding: 220px 0px 0px 0px;
}

div > pre {
    text-align: left;
    font-family: sans serif, helvectica;
    font-size: 12px;
    padding: 220px 15px 30px 30px;
}

div > pre > p {
    color: #ffffff;
    font-family: monospace;
    background: #303030;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

a:link {color:#505050;text-decoration:none;}
a:visited {color:#111111;text-decoration:none;}
a:hover {text-decoration:underline;}

#menu {
    height: 220px;
    background-image:url('ccat.jpg');
    background-size: 100% 130%;
    position: fixed;
    top: 0;
}

#menu > nav {
    width: 800px;
    word-spacing: 30px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

footer {
    font-size: 10px;
    background: #a0a0a0;
}
