html{
	padding: 0px;
	margin: 0px;
}

body{
	min-width: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

* html body{
	width: 100%;
	height: 100%;
	overflow: visible;
}

img{
	border: none;
}

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

a:hover{
	text-decoration: underline;
}

div#flash{
	text-align: left;
	width: 470px;
	position: absolute;
	margin-left: 0px;
	height: 200px;
	position: absolute;
	margin-top: 0px;
}

div#player{
	width: 470px;
	height: 200px;
	margin-top: 170px;
}



