body {
	position: absolute;
	left:0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgb(53,87,221);
}
.aa{
	background-image: url(../iwg/386c658bc267ea1a1973abd8f40990d66233caae.jpg);
	width: calc(100% + 9px);
	height: 100%;
	overflow: hidden;
}
.bb{
	position: absolute;
	height: 100%;
	width: 100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
.cc{
	position: absolute;
	height: 100%;
	width: calc(100% - 10px);
}
.dd{
	text-align:center;
	font-weight:bold;
}
.ee{
	text-align:justify;
	font-weight:normal;
}