BODY {
	padding: 0;
	margin: 0;
	background-color: #300;
	background-image: url(../images/bg_bodybackgroudpattern.gif);
}
DIV {
	padding: 0;
	margin: 0;
}
table#main {
	background-image: url(../images/bg_page.gif);
}
/* ************************************************* */
/* Menu class */
/* ************************************************* */
div.menuNavigation {
	float: left;
	margin: 0;
	padding: 0;
}
td#body {
	border: solid 1px #999;
	background-color: #000;
}
td#body table tr td {
	vertical-align: top;
	text-align: center;
}
td#body p {
	display: inline;
	padding: 2px 8px;
}
td#body p a {
	font-family: Arial;
	font-size: 9px;
	color: #C00;
	text-decoration: none;
}
td#body p a:hover {
	font-family: Arial;
	font-size: 9px;
	color: #C60;
	text-decoration: none;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	text-align: center;
}
td#Controller {
	background-image: url(../images/bg_controller.gif);
	width: 400px;
	height: 27px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	vertical-align: middle;
}
td#Controller div {
	float: left;
}
td#Controller div#play {
	position: relative;
	top: 5px;
	left: 10px;
}
td#Controller div#skip {
	position: relative;
	top: 5px;
	left: 22px;
}
td#Controller div#volume {
	position: relative;
	top: 0;
	left: 135px;
}
td#Controller div#fullScreen {
	position: relative;
	top: 0px;
	left: 248px;
}.whitetiny {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
