body {
    max-width: 1200px;
    margin: auto;
    background-color: black;
    background-image: url(/img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
}

#header {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    z-index: 5;
}

#header h1 {
    padding: 0;
    margin: 0;
}

/* IE6 hack for png transparency */
* html #header {
    width: 350px;
    height: 157px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='scale');
}

#menu {
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 130px;
    left: 50%;
    width: 150px;
    height: 320px;
    background-color: black;
    background-image: url(/img/pane-top-right.gif);
    background-position: top right;
    margin-left: 300px;
}

#menu h2 {
    margin: 24px 0;
    color: black;
    font-size: 30px;
    padding-left: 60px;
}

#menu ul {
    margin: 0;
    padding: 30px 15px 0 15px;
    color: #e8e8e8;
}

#menu li {
    list-style: none;
}

#menu a {
    font-size: 12pt;
    padding-bottom: 3px;
    color: #e8e8e8;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;    
}

#footer {
    position: relative;
    background-image: url(/img/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 237px;
    z-index: 1;
    top: 95px;
}

/* IE6 hack for png transparency */
* html #footer {
    width: 100%px;
    height: 237px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ribbon.png', sizingMethod='scale');
}

#footer p {
    font-family: Georgia, serif;
    position: relative;
    max-width: 300px;
    font-size: 9pt;
    top: 180px;
    left: 50%;
    color: #aaa;
    z-index: 20;
}

a img {
    border: 0px;
}

a {
    outline-style: none;
}

.questionMark {
    margin-left: 100px;
}

.fact {
    background-image: url(/img/pane-top-left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: black;
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -450px;
}

.fact p {
    padding: 30px 15px 15px 15px;
    margin: 0;
    color: #e8e8e8;
    font-size: 9pt;
    text-align: justify;
    line-height: 13px;
}

.fact h2 {
    margin: 24px 0;
    color: black;
    font-size: 30px;
    padding-left: 5px;
}