* {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:#000;
	}
	
html, body {
	height:100%
	}

#flaContent {
	height:100%;
	}
	
h1 {
	font:bold 18px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	}	
	
#txt {
	width:610px;
	height:auto;
	margin:0px auto;
	font:11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#e6e6e6;
	background:#333;
	line-height:17px;
	padding:20px;
	}
	
#flaPlayer {
	width:610px;
	margin:0px auto;
	background:#873b47;
	height:70px;
	padding:10px 20px 10px 20px;
	font:11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
	
p {
	margin-bottom:10px;
	}
	
a img {
	border:none;
	}			
	
object, embed {
	display:block;
	}
	
a {
	outline:none;
	}	
