html {
	font-family: "Helvetica", "Arial";
	font-size:12px;
	line-height: 150%;
	height: 100%;
	color:#FFFFFF;
	overflow: auto;
}

#flashneeded {
	margin: 0 auto 0px auto;
	padding: 20px 20px 20px 20px;
	width:360px;
	height:360px;
	background-color: #696663;
}	
body {
	margin: 0;
	padding: 0;
	background-color: #4C4A47;
}

sup {
	font-size: 8px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#d67700;
}

a {
	color:#d67700;
}

img {
	border: 0px;
}

#bg {
	float:none;
	position:absolute;
	background-color: #333FFF;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}

#all {
	position:absolute;
	width:100%;
	height:100%;
	background-color: #4C4A47;
}

#holder {
	position:relative;
	margin-left:auto;      
	margin-right:auto;
	top:10%;
	width:800px;
	/*height:420px;*/
	background-color: #4C4A47;
}

#leftBox {
	float: left;
	position:relative;
	width: 400px;
}
#rightBox {
	float: right;
	position:relative;
	width: 400px;
}

#flashcontent {
	position:relative;
	vertical-align: top;
	width: 400px;
	height: 400px;
}

#globalLeft {
	position:relative;
	background-color: #4C4A47;
	vertical-align: top;
	width: 400px;
	height: 20px;
}


#rightFrame {
	position:relative;
	background-color: #4C4A47;
	vertical-align: top;
	width: 400px;
	height: 400px;
}

#globalRight {
	position:relative;
	background-color: #4C4A47;
	vertical-align: top;
	width: 400px;
	height: 20px;
}

#experiment {
	float:none;
	position:fixed;
	background-color: #FFFFFF;
	vertical-align: top;
	left:0px;
	top:0px;
	width: 400px;
	height: 400px;
}
#video
{
	float:none;
	position:fixed;
	background-color: #FFFFFF;
	left:50px;
	top:40px;
	width: 300px;
	height: 315px;
}