﻿@charset "UTF-8";
/* Reset - thanks Eric Meyer. You da bomb.
***************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#playerContainer
{
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
 	background-color: #333;
}

/* applied to divs that contain "You need Flash" messages when Flash is not installed or is inactive */
#player div 
{
    text-align: center;
	font-size: larger;
	width: 80%;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	color: White;
}
