* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

@font-face {
    font-family: Prototype;
    src: url('./media/Prototype.ttf');
}

html, body {
    font: 13px "Verdana", sans-serif;
    color: #cfcfcf;
    background: #171717 url( "./media/bg.png" ) repeat-x;
    height: 100%;
    text-align: center;
}

#container {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

a {
text-decoration: none;
}

#nav {
    margin-top: 82px;
    float:right;
    width: 226px;
}

#text {
    color: #cfcfcf;
    margin: 57px 20px 0 0;
    text-shadow: #000 0 0 4px;
    text-align: justify;
    width: 700px;
    height: 500px;
    float: right;
    overflow: auto;
    padding: 0 19px 0 0;
}

#nav ul li {
    margin-bottom: 2px;
}

#nav ul li span {
    display: none;
}

.nav {
    border: 2px solid transparent;
    display: block;
    width: 207px;
    height: 35px;
    font: 13px Prototype;
    color: #cfcfcf;
    line-height: 33px;
    text-align: left;
    padding-left: 20px;
}

#nav-sel {
    background: #1f1f1f url( "./media/nav.png" ) no-repeat;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    width: 207px;
    height: 35px;
    font: 13px Prototype;
    color: #cfcfcf;
    line-height: 33px;
    text-align: left;
    padding-left: 20px;
    position:relative;
    z-index: 1;
}

.nav:hover {
    border: 2px solid transparent;
    display: block;
    width: 207px;
    height: 35px;
    font: 13px Prototype;
    color: #FFF;
    line-height: 33px;
    text-align: left;
    padding-left: 20px;
    text-shadow: #666 0 0 25px;
}

#box2 {
    width: 956px;
    height: 680px;
    background: #222;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
}

#box {
    margin-bottom: 200px;
    float: right;
    width: 956px;
    height: 680px;
    position: relative;
    background: #000 url( "./media/axa.jpg" ) no-repeat bottom left;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    z-index: 0;
    -moz-box-shadow: 0 0 15px #171717;
    -webkit-box-shadow: 0 0 7px #171717;
}

#bulge {
    background: transparent url( "./media/box-bulge.png" ) no-repeat;
    width: 241px;
    height: 164px;
    float: right;
    position: absolute;
    top: 683px;
    right: 268px;
}

#footer {
    background: #353535 url( "./media/footy.png" ) repeat-x;
    width: 100%;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline;
}

#logo {
    width: 420px;
    height: 126px;
    position: absolute;
    top: 729px;
    background: url( "./media/logo.png" ) repeat-x;
    float: left;
}

#logo span {
    display: none;
}