a
{
    color: #fff;
}

a:link
{
    text-decoration: none;
}

a:active
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    text-decoration: none !important;
}

body
{
    background: url("../images/background.jpg") top center no-repeat #06063f;
    color: #fff;
    font-family: serif;
    font-size: 62.5%;
}

p
{
    font-size: 1.8em;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 900px;
    text-align: center;
}