body
{
    margin: 0px; 
    overflow: hidden;
}

#main
{
    position: fixed; 
    min-height: 500px;
    min-width: 800px;
    width: 100%; 
    height: 100%; 
    background-color: #1b2125; 
    background-image: url('images/kody.jpg'); 
    background-position: bottom right; 
    background-repeat: no-repeat;
}

#mattifesto
{
    display: block;
    margin: 50px 0px 0px 100px;
}

#design
{
    display: block;
    margin: -50px 0px 0px 100px;
}

#email
{
    display: block;
    position: absolute; 
    right: 20px; 
    bottom: 10px; 
    width: 682px; 
    height: 94px; 
    background-image: url('images/email.png');
    background-position: -47px -47px;
    background-repeat: no-repeat;
}

#email:hover
{
    background-position: -47px -235px;
}

#email span
{
    display: none; 
}

