﻿body {
}
body
{
    margin: 0px;
    background-image: url(http://thatsit.net.au/images/back.jpg);
    background-repeat: repeat-x;
    background-color: white;
}
#logo
{
    display: block;
}
#thatsLink
{
    z-index: 100;
    left: 480px;
    width: 330px;
    position: absolute;
    top: 60px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
}
#thatsLink img
{
    width:100%;
    height:100%
}