html, body {
    height: 100%;
}

body {
    font-family: arial, verdana;
    font-size: 62.5%;
}

#container {
    position: absolute;
    width: 950px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -475px;
    margin-top: -300px;
    font-size: 1.2em;
}

    p {
        color: #333399;
        font-weight: bold;
    }
    
        a {
            color: #66cccc;
            font-weight: bold;
        }
