.emptyBlock{
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	float: left;
}

.emptyBlock3{
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #333333;
	float: left;
}

.emptyBlock2{
	width: 80px;
	height: 161px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	float: left;
}

.oneBlock{
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #333333;
	background-color: rgba(0, 0, 0, 0);
}

.oneBlockEmpty{
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #333333;
}

	#backgroundFloatHackLeft{
		position: absolute;
		left: 0;
		top: 21px;
		z-index: 2;
	}
	
	#backgroundFloatHackRight{
		position: absolute;
		right: 0;
		top: 21px;
		z-index: 2;
	}

#backgroundColumn{
	position: absolute;
	z-index: 1;
	top: 20px;
	width: 100%;
	height: 648px;
	overflow: hidden;
	border-top: 1px solid #333333;
	background: url(../images/bg_column.jpg) #8F0687;
}

.oneColumn{
	width: 80px;
	height: 647px;
}

.firstColumn{
	border-right: 1px solid #333333;
}

	#backgroundColumnLeft{
		width: 50%;
		float: left;
		position: relative;
	}	
		#backgroundColumnLeft .hiddenColumn{
			width: 405px;
			height: 648px;
			float: right;
		}
		
		#backgroundColumnLeft .oneColumn{
			float: right;
			border-left: 1px solid #333333;
		}
	
	#backgroundColumnRight{
		width: 50%;
		float: left;
	}
		#backgroundColumnRight .hiddenColumn{
			width: 405px;
			height: 648px;
			float: left;
		}
		
		#backgroundColumnRight .oneColumn{
			float: left;
			border-right: 1px solid #333333;
		}
