/* CSS Document */
#crossword {
	position: relative;
	height: 696px;
}
#crossword div.cwpuzzle {
	position: absolute;
	left: 92px;
	z-index: 1;
	margin-top: 39px;
}
#crossword div.cwbanner {
	height: 110px;
	width: 600px;
	position: absolute;
	z-index: 10;
	left: 79px;
	top: 12px;
}
#crossword div.btmbanner {
	height: 110px;
	width: 600px;
	position: absolute;
	z-index: 10;
	left: 79px;
	top: 580px;
}

