@charset "utf-8";
/* Resets */
@import url("reset.css");
/* Styles */
html {
    height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    height:100%;
    background: #3F334C;
    text-align: center;
    color: #FFF;
}

#fv{
    position:absolute;
    top:50%;
    margin-top:-294px;
    left:0;
    width:100%;
}

#fh {
    width:980px;
    margin:0px auto;
    height:637px;
    background:#3F334C;
}

#f {
    width:980px;
    height:570px;
    background:#3F334C;
}

#navInf {
}
.navInf1 a {
    margin-right:10px;
}
.navInf2 {
    margin-top:5px;
}

#content {
    margin: 15px;
    text-align: left;
    font-size: 12px;
    color: #fff;
}

#content h2 {
    font-size: 16px;
    padding-bottom:10px;
}

#content p {
    padding-bottom:10px;
}

#content a {
    color: #fff;
    font-weight: bold;
}