body {
    background-color: #36a884;
    color: #ffffff;
    margin:0;
    padding:0;
    text-align:center;
}

a {
    color: #ffffff;
}

#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
}