/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#fff;background: #000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	font-family: Arial, Helvetica, "Trebuchet MS";
	font-size: 12px;
}

#main {
	width: 320px;
}
#topo {
	float: left;
	width: 100%;
	height: 63px;
	background: #000;
}

#topo h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin: 21px 0 0 78px;
	_margin: 21px 0 0 39px;
	float: left;
}

#topo a {
	display: block;
	background: url(images/player-button-info.gif) top left no-repeat;
	width: 30px;
	height: 30px;
	float: right;
	text-indent: -10000px;
	outline: none;
	margin: 15px 7px 0 0;
}

#meio {
	width: 100%;
	height: 339px;
	float: left;
}

#footer {
	text-align: center;
	width: 100%;
	height: 78px;
	float: left;
	background: url(images/player-footer-repetidor.gif) top left repeat-x;
}

#playerGeral {
	margin: 15px 0 0 0;
}


#contentInfo {
	float: left;
	width: 100%;
	border-top: 2px solid #999;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #F2D241;
	display: none;
}

#contentInfo p {
	padding: 0 0 10px 0;
}

#contentInfo a {
	color: #F2D241;
	font-size: 15px;
}

#contentInfo a:hover {
	text-decoration: none;
}

#contentInfo h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0 15px;
}