.themebar{
	/* load the themebar in the div class = "themebar" block */
}
.title {
	overflow: hidden;
	border-width:0px;
	height: 30px;
	width: 397px;
	top: 0px;
	left: 10px;
	z-index: 4;
	font-size: 18px;
	font-weight: bold;
	margin: -10px;
	padding: 10px;
	position: absolute;
}
.bgImg {
	overflow: hidden;
	text-align:right;
	height: 452px;
	width: 673px;
	margin:0px;
	padding: 0px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: -11px;
}
.main {
	overflow: auto;
	height: 380px;
	width: 397px;
	top: 40px;
	left: 10px;
	margin: -10px;
	padding: 10px;
	z-index: 3;
	position: absolute;
}
.tips {
	overflow: auto;
	height: 200px;
	width: 200px;
	top: 220px;
	left: 431px;
	margin: -10px;
	padding: 10px;
	z-index: 6;
	position: absolute;
}

