
/* Original CSS and all associated graphics copyright 2006, Paul Vincent Farrell, endlessness.org */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
 designer's written permission. However, feel free to study the CSS and use
 techniques you learn from it elsewhere. */
/* basic elements */
body {
    margin: 0px;
    padding: 0px;
    background-color: #222222;
    font-size: 12px;
    line-height: 133%;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    border: none;
} 
.indexbody {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: none;
} 
#horizon {
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
} 
#centrecontainer {
    width: 504px;
    height: 449px;
    position: absolute;
    top: -225px;
    left: 50%;
    margin-left: -252px;
}
