body {
	color: #FFFFFF;
	font-size: 100%;
	font-family:  arial, helvetica, sans-serif; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.errorcode {
	position:relative; /* "relative" to gain control of stacking order (z-index). */
	font-size: 300%;
	width:auto;
	text-align:cwnter;
	min-width:200px;
	margin: -390px 0px 0px 0px;
	color: #FFFFFF;
	padding:0px 10px 10px 10px;
	z-index:1; /* This allows the content to overlap the right pinkbox in narrow windows in good browsers. */
/* IE5/Win Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}
.content {
	position:relative; /* "relative" to gain control of stacking order (z-index). */
	width:auto;
	text-align:cwnter;
	min-width:200px;
	margin: 160px 0px 0px 0px;
	border:1px;
	color: #FFFFFF;
	padding:0px 10px 10px 10px;
	z-index:1; /* This allows the content to overlap the right pinkbox in narrow windows in good browsers. */
/* IE5/Win Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}