html, body
{
    height: 100%;
    margin:0;
    padding:0;
}

#meat {
    position:relative;
    height: 100%;
    width:100%;
}

#img {
    background-image: url('Item_Raw_Meat_Ingot.png');
    height: 64px;
    width: 64px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

#img:hover {
    background-image: url('Item_Cooked_Meat_Ingot.png');
}


@media screen and (max-width: 1500px) {
    #moar {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    #moar1 {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #moar2 {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #moar3 {
        display: none;
    }
}

@media screen and (max-width: 515px) {
    #moar4 {
        display: none;
    }
}


#bottom { 
    position: absolute;
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 1;
}

#social {
    float: left;
    margin-top: 8px;
    width: 33%;
    height: 52px;
    /* background-color: #b0e0e6; */

}

#slip {
    width: 42%;
    /* background-color: blue; */
    color: white;
    float: left;
}

#slip a {
    text-decoration: none;
    color: white;
}

#slip img {
    float: left;
    border: 0px;
    width: 108px;
    height: 60px;
}

#adsense {
    /* position: absolute; */
    /* right: 0px; */
    width: 25%;
    height: 60px;
    float: left;
}



