body {	color:#FFFFFF;
		font-family: Arial, sans-serif;
		font-size:11px;
		line-height: 14px;
		margin:0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

h1 {
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height: 14px;
	color:#FFFFFF;
	background-color:#900
}

.subhdr {
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height: 14px;
	color: #09F;
}

.small {
	font-family: Arial, sans-serif;
	font-size:8px;
	line-height: 11px;
	color: #FFF;
}

.selected {
	background-color:#141414;
}

a {	color:#009fda; text-decoration:none; }

a:hover	{ color:#fdb913; text-decoration:none; }

.item {
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
	display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
	_overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
}

.movie {
	background-color: #404041;
	
}

#floatMenu {
	font-size:11px;
	position:absolute;
	top:555px;
	left:0;
	width:600px;
	color:#000;
}

#floatMenu td {
	padding-right: 15px;
}

#floatMenu a.heading {
	color:#009fda;
}
#floatMenu a:hover.heading {
	color:#000;
}

#floatMenu a {
	color:#009fda;
}
#floatMenu a:hover {
	color:#fdb913;
}

.teste {
	border:1px solid #ccc;
	background-color:#fff;
	color:#666;
	padding:50px;
	font-size:30px;
	margin:20px auto;
	text-align:center;
	width:600px;
}
