/**
 * @copyright 2006-2011 LanMediaService, Ltd.
 * @license    http://www.lanmediaservice.com/license/1_0.txt
 * @author Ilya Spesivtsev <macondos@gmail.com>
 * @version $Id: overlay.css 700 2011-06-10 08:40:53Z macondos $
 */
 
.overlay {
    position: fixed;
    *position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10000;
    background: url('../img/overlay-background.png');
    padding: 0;
    margin: 0;
}

.overlay > * {
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
}