/* 
    Document   : main
    Created on : 2013-nov-05, 22:58:24
    Author     : Philip
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
    border: 0;
    margin: 0;
}

html, body{
     verflow:hidden;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
    user-drag: none;
    
    background-color: #d5c7be; 
}

a {
    color: black;
}

.item {
    position: absolute;
}

#info {
    color: #424244;
    text-align: center;
}

#centre
{
    position: absolute; 
    left: 50%;
    top: 40%;
    margin-top: -250px;
    margin-left: -512px;
}

#level {
    width: 1024px;
    height: 500px;

    background-image: url('background.jpg');
    border: solid #ad9e9b 1px;
}

#cat {background-image: url('cat.png');}
#flowers1 {background-image: url('flowers1.png');}
#flowers2 {background-image: url('flowers2.png');}

.table {background-image: url('table.png'); }
#sofa {background-image: url('sofa.png'); }
#aim {background-image: url('aim.png'); background-size: 100%; }