html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1.3em;
    background: white;
    font-family: Arial, sans-serif;
}

img {
    border:none;
}

table#content 
{
    height: 100%;
    width: 100%;
    text-align: center;
}

table#content td.top-space {height:40%}            
table#content td.contact   {height: 45%; font-size: 1.2em;}
table#content td.footer    {height: 15%; font-size: 0.9em;}

table#content td.search table {
    width: 65%;
    margin: 0 auto;
}

table#content td.search td.input {
    padding: 0 0.7em;
    width: 100%;
}
table#content td.search td.input input{
    width: 100%;
}
table#content td.search img {
    position: relative;
    top: 2px;
}

table#content td.footer small {
    font-size: 0.9em;
    color: #777777;
}
table#content td.footer a {
    color: #777777;
}
table#content td.footer a:hover {
    color: #333333;
}
