@charset "utf-8";
* {
    background-color: #000;
    font-family: Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a {
    background: none;
    text-decoration: none;
    font-weight: normal;
}

a:link {
    color: #fff;
}

a:visited {
color: #fff;}

a:hover {
    color: #ff5501;
}

a:active {
    color: #fff;
}

.nav {
    background: none;
    text-decoration: none;
    font-weight: bold;
}

.nav:link {
    color: #000;
}

.nav:visited {
    color: #000;
}

.nav:hover {
    background-color: #000;
    color: #ff5501;
}

.nav:active {
    color: #000;
}

.clear {
    clear: both;
}

#head {
    background-color: #fff;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

#content {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

#pageHome {
    padding: 10px;
    position: absolute;
    width: 648px;
    height: 249px;
    top: 100%;
    left: 100%;
    margin-top: -299px;
    margin-left: -694px;
}

#pageStaff {
    padding: 10px;
    position: absolute;
    width: 797px;
    height: 330px;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -398.5px;
}

#pageContact {
    padding: 10px;
    position: absolute;
    width: 420px;
    height: 110px;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -210px;
}

#pageContact img, #pageStaff img {
    float: left;
    margin: 0px 10px 30px 0px;
}
