body {
    margin:0;
    padding:0;
    text-align:center;
}

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

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

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