/* CSS Document */

#digiproofs {
	position: relative;
	height: 60%;
	top: 5px;
	display: block;
	width: 74%;
	margin-left: 260px;
	max-width: 950px;
}

table {
	width: 33%;
	height: 75px;	
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 0; 
	cell-spacing: 0; 
	cell-padding: 0;
}

#proofingtextwrapper {
	position: relative;
	width: 74%;
	top: 5px;
	left: 260px;
	max-width: 950px;
}

#proofingtextheader {
	position: relative;
	height: 40px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	max-width: 950px;
}

#proofingtext {
	position: relative;
	height: 250px;
	width: 100%;
	top: 5px;
	left: 0px;
	z-index: 200;
	overflow: visible;
	margin-top: 0px;
	padding-left: 0px;
	max-width: 950px;
}