/**
 * This is the CSS styling for the watermarking.
 *
 * @category    Zend
 * @package     Admin
 * @copyright   Copyright (c) 2010,2011 Douglas Needham (cinnion@gmail.com).
 *              All rights reserved unless specifically granted through a written license agreement.
 *
 */
div.watermark {
    text-align:                 center;
    color:                      black;
    font-size:                  24pt;

    margin:                     0;

    position:                   fixed;
    left:                       50%;
    top:                        50%;
    z-index:                    -1;
    display:			none;
}
