/* --------------------------------------------------------------
    Default CSS styles for all common browsers
---------------------------------------------------------------*/

/*  Base
---------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	background: #000000;
	font: 12px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
}
table tr td {
	text-align: center;
	vertical-align: middle;
}
div#videoplayer {
	border: 1px solid #AAA;
	margin: 0 auto;
}