html, body, .container {
    height: 100%;
    background-color: #000;
    color: #ccc;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

.fpimage{
    width: 500px;
}

.container {
    position: relative;
    text-align: center;
    width: 590px;
    left: 50%;
    margin-left: -295px;
}
.container > .vertcenter {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -200px;
}

a {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    text-decoration: underline;
    color: #ccc;
}
