#maintenanceContainer{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		min-height:800px;
		background-color: #000;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}

		#maintenance{
			position: relative;
			top: 220px;
			width: 355px;
			height:405px;
			max-height:405px;
			max-width:455px;
			min-height: 405px;
			margin: 0 auto;
			padding-top: 180px;
			text-align:center;
			z-index:100;
			background-repeat:no-repeat;
			background-image: url(../../gfx/main/bubblewithinvader.gif);
		}