html, body { /* mozilla requires html tag set to 100% also */
	margin: 0;
	padding: 0;
	height: auto;
}

#divcontainer {
	position: relative;
	width: 800px;
	min-height:601px;
	height: auto;
	top: 20px;
	margin: 0 auto 0 auto;
	padding: 0;
	z-index: 0;
}
.pricecopy {
	color: #990000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}