html, body, h1, h2, h3, h4, p, a, div, table, tr, td {
	padding:0;
	margin:0;
}

body {
	background-color: black;
	font:10pt 'lucida grande', 'lucida sans unicode', 'trebuchet ms', verdana, tahoma, sans-serif;
	color:white;
}

.noflash .text a {
	text-decoration:underline;
	color:red;
}

/* Positioning */
div#main {
	position:relative;
	width:100%;
	height:100%;
}
div#wrapper {
	position:relative;
	width:1024px;
	top:0px;
	margin:0 auto;
}
div#flashcontent {
	position: relative;
	top:0px;
}

div#playerwrapper {
	position:relative;
	width:1024px;
	height:602px;
	top:0px;
	margin:0 auto;
	background-image: url('/qisprongplayer/bgimage.png'); background-repeat:no-repeat;  
}

div#playerflashcontent{
	position:relative;
	width:640px;
	top:60px; 
	left:197px;
	/*margin:0 auto;*/
}