/* Main CSS Document - for all pages*/

/* ------------------------- firefox hack ----------------------------- */
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

	
/* -------------------------- main layout classes ---------------------------------*/

html, body{
	height: 100%;
	width: 100%;
	min-height : 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
	
#tabel {
	position: absolute;
	top: 50%;
	margin-top: -320px;
	left: 50%;
	margin-left: -400px;
	visibility: visible;
	z-index: 2;
}

.tabel {
 position: absolute;
 top: 50%;
 margin-top: -290px;
 left: 50%;
 margin-left: -400px;
}

