body {
	background-color: #293541;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:  0px;
}
.topBar {
	width: 145px;
	height: 60px;
}
.box {
	position: relative;
	border: 1px solid #666666;
	top: 130px;
	width: 898px;
	height: 481px;
	z-index: 2;
	background-color: #CCCCCC;
}
.iframeContainer {
	position: relative;
	top: 16px;
	left: 58px;
	z-index: 4;
}
.sideMenu {
	position: absolute;
	left: 17px;
	top: 16px;
	z-index: 5;
	background-color: #AA222D;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	top: 613px;
	z-index: 6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}
a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}