clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	overflow: hidden;
	
	font: 62.5% tahoma, arial, sans-serif;
	color: #FEFEFE;
}

#menu { display: none; }

#status { margin-top: 200px; }

h2 {
	
	font-size: 10px;
	color: #C2C2C2;
	text-align: center;
}

#fil {

	font-size: 10px;
	color: #5B5B5B;
	text-align: center;
}

#statusbar {
	clear: both;
	width: 200px;
	height: 8px;
	margin: 0 auto;
	padding: 1px;
	
	border: 1px solid #5B5B5B;
}

#statusbar span {
	display: block;
	width: 29%;
	height: 100%;
	
	background: #FEFEFE url('/gfx/status.gif') repeat-x 0 100%;
	font-size: 0em;
}