/*
*  +-----------------------------------------------------
*  | BASIC CSS
*  +-----------------------------------------------------
*/

	html {
		padding: 0px;
		margin: 0px;
		height: 100%;
 		}

	body {
		padding: 0px;
		margin: 0px;
		background: #fafcfe;
		color: #455160;
 		}

	#waiting {
		border: 1px solid #226600;
		background-color: #eeffcc;
		color: #226600;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		diaplay: none;
		z-index: 100;
		position: absolute;
		width: 300px;
		top: 8px;
		left: 8px;
	}

	#blind {
		diaplay: none;
		z-index: 1;
		position: absolute;
		top: 0px;
		left: 0px;
	}
