html, body {
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color: #000000;
	text-align: center;
}
#clipFrame{
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	border: none;
}
#clipFrame.ipad {
	height: 576px;
}
#clipFrame.embed {
	width: 688px;
	height: 418px;
}
#menu {
	position: absolute;
	top: 0;
	left: 0;
}
#menu a {
	display: block;
	text-decoration: none;
	color: black;
}
#menu a:hover, #menu a.selected, #menu a.selected:hover {
	text-decoration: underline;
}
#menu a.selected, #menu a.selected:hover {
	color: green;
}