body {
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
}

div#wrapper {
    width: 600px;
    top: 50%;
    position: absolute;
    left: 50%;
    height: 100px;
    margin-left: -300px;
    margin-top: -50px;
}