#popmenu {
	width: 470px;
	position: relative;
	height: 30px;
	float: left;
	margin-left: 12px;
}
body {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #e2ecca;
}
#contentpanel {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	height: 400px;
	width: 600px;
	background-color: #FFFFFF;
}
	
	#flashcontent {
	height: 475px;
	width: 480px;
	position: relative;
	float: left;
	margin-left: 7px;
	}
#powered {
	position: absolute;
	height: 20px;
	width: 120px;
	left: 355px;
	top: 19px;
	z-index: 1;
}
#poweredby {
	position: relative;
	width: 480px;
	left: 0px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}

