﻿body {
				height: 100%;
				margin: 0;
				padding: 0;
}
#overlay {
				position: fixed;
				z-index: 100;
				top: 0px;
				left: 0px;
				visibility: hidden; 
				height: 100%;
				width: 100%;
				background: url('../images/overlay/bg.png');
}
#overlay div {
				top: 45%;
				left: 32%;
				position: absolute;
				z-index: 102;
				color: #000000;
				font-size: 11px;
				font-family: Tahoma, Arial, Verdana;
				width: 500px;
				background: #FFF;
				text-align: center;
}

