/**
 * @author DS-OIPO
 * @package www.piekarnie.com.pl
 */

div#preloadDiv {
position: absolute;
z-index:1000;
top:0;
left:0;
width:100%;
height: 100%;
background-color: #eae9e8;
visibility: visible}

div#preloadMessageDiv {
position: absolute;
z-index:1001;
top: 30%;
left: 35%;
color: #808080;
font-family: Arial;
font-size: 20px;
font-weight: bold;
text-decoration: none;}