body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font: 10px/14px helvetica, arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
form {
  display: inline;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
  padding: 20px 0 5px 0;
}
div {
	margin: 0;
	padding: 0;
}

#treatmentdiv {
	width: 100%;
	height: 100%;
  margin: 0 auto;
	text-align: center;
}

#holder, #swf {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
	width: 100%;
	height: 100%;
}

#upgrade {
  padding: 20px;
  font-weight: bold;
  text-align: left;
}


