body {
    background-color : #333;
    padding : 0;
    margin : 0;
}
#page {
    margin : 0 auto 0 auto;
    width : 704px;
    height : 406px;
}
#main {
    margin : 40px 0 0 0;
}
/* navigation */
#nav {
    padding : 0;
    background : url( /res/img/splash_nav.jpg ) no-repeat;
    margin : 0;
    width : 100%;
    height : 27px;
    clear : both;
}
#nav li {
    list-style-type : none;
    display : inline;
}
#nav li a {
    font : bold 12px Verdana,Helvetica,Arial,sans-serif;
    color : #fff;
    text-decoration : none;
    padding : 3px 10px 3px 10px;
    margin : 2px;
    display : block;
    float : left;
}
#nav li a:hover {
    background : #9a0000;
}
/* identity */
h1 {
    padding : 0;
    margin : 0;
    position : relative;
    clear : both;
    width : 704px;
    height : 379px;
}
h1 a {
    background : url( /res/img/splash_main.jpg ) no-repeat;
    position : absolute;
    width : 100%;
    height : 100%;
}
p {
    font : normal 10px Verdana,Helvetica,Arial,sans-serif;
    color : #7c8c99;
    text-align : right;
    padding : 0;
    margin : 0px 0 0 0;
    width : 704px;
}
p a { 
    color : #7c8c99;
    font-weight: normal;
    text-decoration: none;
}
p a:hover {
    color : #aaa;
    text-decoration: underline;
}
