body {
    font-family:"Verdana","Arial",Sans-serif;
    font-size: 9px;
    color: #7f7f7f;
}

#centered {
    width:250px;
    height:200px;
    left:50%;
    top:50%;
    margin:-100px 0 0 -125px;
    position:fixed;
    font: Verdana;
    color: black;
}
* html #centered {
    position:absolute;
} /* IE6 fix? */
p {
    margin: 0px;
    text-align:center;
}

div.footer {
    text-align: right;
}