/* created 2006/03/28 by moosbart.com */

/*HTML,BODY { width:100%; height:100%; background-color:#FFF; }
DIV#main { width:100%; height:100%; text-align:center; vertical-align:middle; position:absolute; } */
DIV#image {
    position:absolute;
    width:390px;
    height:180px;
    top:50%;
    left:50%;
    margin-top:-90px;
    margin-left:-195px;
    text-align:center;
    vertical-align:middle; }
DIV#footer {
    text-align:center;
    position:absolute;
    width:80px;
    height:15px;
    top:90%;
    left:50%;
    margin-top:-7px;
    margin-left:-40px; }