A:link { color: #000000; text-decoration: underline }
A:active { color: #000000; text-decoration: none }
A:hover { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none }
body { font:11px Verdana,Arial,Helvetica,sans-serif; color: #000000; background-color: #E0E0E0;}
html, body {
        height: 100%;
}
#content {
        width: 500px;
        height: 250px;
        text-align: center;
        background-color: #E0E0E0;
        color: #000000;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        /* Half the width of the DIV tag which is 50 pixels */
        margin-top: -125px;
        /* Half the height of the DIV tag which is also 50 pixels */
}

