.frameClass {
	position:relative;
	width:834px;
	height:485px;
	z-index:1;
	overflow: auto;
	background-color: #FFCC33;
	border: none;
	top: -620px;
	left: 30px;
}

body {
	background-color: #ffcc33;
}

.darkBody {
	background-color: #EFBF45;
}