body 
{
    margin:0;
    padding: 0;
    font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
}

#title
{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 1;
}

#bottom
{
    z-index: -1;
    position: fixed;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
}