/* tinproject.css */

body
{
    background-color : #A0A80D;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: white;
    overflow: hidden;
    alignment-adjust:middle;
    vertical-align: middle;
}

a
{
    color: white;
    text-decoration: none
}
.content
{
    position:relative;
    float:inherit;
    margin: auto auto;
    max-width: 640px; 
}

.logo
{
    float: inherit
    position relative;
    height: 480px;
}

.info
{
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
}
