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

/* styling for body element */


/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }


#internaloverlay {
	-moz-outline-radius-bottomleft:4px;
-moz-outline-radius-bottomright:4px;
-moz-outline-radius-topleft:4px;
-moz-outline-radius-topright:4px;
border:2px solid #FFFFFF;
color:#FFFFFF;
left:2px;
margin-top:0;
outline-color:#000000;
outline-style:solid;
outline-width:1px;
padding:0;
position:relative;
top:25px;
width:160px;
	
}

#myOverlay {
	background-color:#d43a2f;
	background-image:url(../flw/uperlogo.png);
	background-repeat:no-repeat;
	width: 170px;
	height: 420px;
	color: #fff;
	position:relative;
	top:-150px;
	left:0px;
	margin-top:0px;
	
}

#player{
display:block;
width:170px;
height:150px;
}