html{
    height:80%;
}
body{
    background:#FFFFFF;
    color:#000000;
    margin:0;
    padding:10% 0 0 0;
    height:100%;
    font-family:Tahoma, Verdana, Times, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}



#main{
    background:#FFFFFF;
    margin:auto;
    width:600px;
    height:90%; 
}

#main img{
    margin: 0 auto;
    display:block; 
}

a:link      { text-decoration: none; font-weight:bold; color:#114466; }
a:visited   { text-decoration: none; font-weight:bold; color:#114466; }
a:active    { text-decoration: none; font-weight:bold; color:#114466; }
a:hover     { text-decoration: none; font-weight:bold; color:#777777; }