

.g {
	position: absolute;
	border: 0;
	z-index: 3;
}

.fstuff {
	margin: 0, 0, 0, 0;
	font-size: 9px;
}

#sold {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #7CFC00;
}

#unsold {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#grid_top {
	position: relative;	
	top: 0;
	left: 0;
	width: 500;
	height: 150;
	border: 0;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background-image: url('/GRID/grid.gif');
	background-repeat: repeat;
}

#grid {
	position: relative;	
	top: 0;
	left: 0;
	width: 500;
	height: 400;
	border: 0;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background-image: url('/GRID/grid.gif');
	background-repeat: repeat;
}

#grid2 {
	position: relative;	
	top: 0;
	left: 0;
	width: 1020;
	height: 1020;
	border: 0;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background-image: url('/GRID/grid.gif');
	background-repeat: repeat;
}



