body,html {
	height: 100%;
	overflow: auto;
	visibility: visible;
	margin: 0;
	padding: 0;
	border-width: 0;
}
body {
	color: #584f54;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
td {
	text-align: center;
	vertical-align: middle;
 }
table {
	width: 100%;
	height: 100%;
}
#color04 {
	background-color: #dbcabf;
}
#color03 {
	background-color: #ece2d9;
}
#color02 {
	background-color: #fdf0e4;
}
#color01 {
	background-color: #fff;
}
div.background {
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
div.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: auto;
}
div.container {
	position: relative;
	width: 640px;
	height: 479px;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #555;
}
div.inside {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 600px;
	height: 437px;
	text-align: left;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	float: none;
}
div.float {
	float: left;
}
