body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #dedede;
}

#content {
    clear: both;
    width: 900px;
    margin: 0px auto;
    text-align: center;
    padding: 15px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#inner {
    position: relative;
    top: -50%;
    left: -50%;
}

#text-center {
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif
}