body {
 	font-family: arial, sans-serif;
	margin: 0px;
	height: 100%;
	background-color: white;
	font-size: 0.8em;
}

div.block {
	background-color: #888888;
	top: 50px;
	position: absolute;
	z-index: 10;
}

#menu {
	padding: 15px 0 0 220px;
	postition: absolute;
	background: black;
	height: 60px;
	left: 0;
	top: 0;
	font-size: 0.8em;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
}

#main {
	position: absolute;
	left: 5px;
	right: 5px;
	height: 100%;
	background: white;
	top: 80px;
	padding: 1em;
}

table {
	padding: 0;
}

td {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}	

a {
	text-decoration: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#fullembed {
	width: 100%;
	height: 100%;
	border: none;
}
