@charset "UTF-8";
/* CSS Document */

body
{
margin: 0px;
padding: 0px;
background:#ffffff;
background-position: top left;
font-family: Arial, Helvetica, sans-serif;
}

	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index: -10;
		}
		

body a
{
	color: #ffffff;
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}


#content
{margin-top: 0px;
margin-left: 0px;
color: #ffffff;
font-size: 13px;
}

#footer
{
	color: #000000;
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 14px;
}

#player
{
	position: relative;
	float: left;
}

#facebook
{
	float: left;
	position: relative;
}