body{
    width: 100%;
    height: 100%;
}

div{
    text-align: center; 
}

#topimage{
    height: 200px;
    max-width: 1000px;
    background-image: url(../img/tom-logo02.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    margin:0 auto;
}

a{
    font-size: 20px;
    font-weight: bold;
}