body
{
    margin: 0;
    padding: 0;
    background: #efefef;
    text-align: center; /* center div in IE */ /*for ie div centering, reset in wrapper  */
}
#lightbox
{
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../picts/overlay.png) repeat;
    
}
#lightbox img
{
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 940px;
}

#lightbox p
{
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}
#content
{
    margin: 0 auto;
    max-width: 600px;
    background-color: #efefef;
    padding : 10px;
    text-align: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
