html,body {
    background-color : black;
    background-position : top right;
    background-repeat : no-repeat;
    background-attachment: fixed;
    text-align : left;
}

#content, #header, #page {
    background-color : transparent;
    color : white;
    font-weight : bold;
}


#content h1, #content h2, #content h3 {
    letter-spacing : 4px;
}

#content {
    width : 998px;
    padding-left : 10px;
    text-align : left;
    font-family : 'Arial Rounded MT Bold', 'Arial';
    font-size : 14px;
    letter-spacing : 1px;
    line-height : 150%;
    float : none;
}

#menu {
    display : none;
}

a:link {
    color : #BBBBFF;
    text-decoration : none;
}

a:visited {
    color : #BBBBFF;
    text-decoration : none;
}

a:hover {
    color : #0000FF;
    text-decoration : underline;
}

a:active {
    color : #BBBBFF;
}



#footer a:link {
    color : #666666;
    text-decoration : none;
}

#footer a:visited {
    color : #666666;
    text-decoration : none;
}

#footer a:hover {
    color : #FFFFFF;
    text-decoration : underline;
}

#footer a:active {
    color : #666666;
}
