body {
	background-image: url(../resources/common/verticalline.gif);
	background-repeat: repeat-y;
}
#vCross {
	position:absolute;
	left:168px;
	top:6px;
	width:0px;
	z-index:1;
	height:600px;
}
#hCross {
	position:absolute;
	left:3px;
	top:72px;
	width:100%;
	height:0px;
	z-index:2;
}
