html, body {
	height:			100%;
	margin:			0px;
	padding:		0px;
}
body {
	text-align: 		center;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	text-decoration: 	none;
	background-color: 	#c0e0f5;
	color:				#4b6c7f;
	line-height: 		20px;
}
a {
	text-decoration:	none;
	color:				#4b6c7f;
}
h1 {
	font-size:			14px;
	font-weight:		bold;
}



#rectangle {
	width:				1000px;
}

div#player{
	height: 20px;
	display: block;
	overflow: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: 	#c0e0f5;
}
div#flashPlayer {
	width: 33px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
	border-right: 1px solid #cccccc;
	background-color: 	#c0e0f5;
}

