#___ui_menu 
{
		position			: 	absolute						;
		top 				: 	0px							;
		
		z-index 			: 	99999							;
		
		font-family			:	Helvetica, Arial, sans-serif	;
		font-size 			: 	10px							;
		color 				: 	#000000							;
	
		border				:	solid 1px #000000				;
		background-color	:	#000000							;
		
}

.logo{
	position:relative;
	top:50px;
	width:456px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(logo.png);
	background-repeat:no-repeat;
}

body{
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.panel{
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px; 

	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 20px;
	
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	
	position:relative;
	
	background-color:#ffffff;
	color:#555555;
	font-size:12px;
	padding:20px;
	width:400px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#chrome-promo, #footer, #copyright, #watch-promoted-videos-container {display:none}