body {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	margin: 0;
    padding: 0;
}	

#table-content {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #ccc;
	width: 6.25in;
	min-height: 100%;
	_height: 100%;	
	background-repeat: no-repeat;
}

#cell-1 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#cell-2 {
	border-bottom: 1px solid #ccc;
}

#cell-3 {
	border-right: 1px solid #ccc;
	z-index: 50;
	display: none;	
}

#cell-4 {
	padding: 1em;
	padding-left: 2em;
	z-index: 30;
}
