body {
	margin: 0;
	width: 1000px;
	margin: 0 auto;
	background: #eee;
	font-family: Tahoma;
	font-size: 0.8em;
}

#root {
	background: #fff;
	padding: 1em;
}

#header {
	text-decoration: none;
	color: #333;
	font-size: 2em;
	display: block;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 1em;
	float: left;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
}

#menu li {
	border-top: 1px solid #eee;
	padding: 0.2em 0;
}

#menu a {
	text-decoration: none;
	color: #48d;
}

#body {
	overflow: auto;
}

#content {
	margin: 2em;
}

#copyright {
	clear: both;
	border-top: 1px solid #eee;
	color: #555;
	text-align: right;
}

.experimentIframe {
	width: 800px;
	height: 600px;
	overflow: hidden;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

