/* MASTER STYLE SHEET FOR CARNIVORE PICTURES */ 
/* (C) Copyright 2011 - Obscure Design - All rights reserved */
body
{
    background-color: #000000;
}
div#content
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70em;
    height: 30em;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -35em; /*set to a negative number 1/2 of your width*/
    background-color: #000000;
    text-align: center;
}

/* End of CSS File */
