html, body
{
	width	: 100%;
	height	: 100%;
	margin	: 0;
	padding	: 0;
	background : #000;
	color	   : #000;
}

::-moz-selection{
	background:#fff;
	color:#fff;
}

::selection {
	background:#fff;
	color:#fff;
}



#info
{
	width		: 500px;
	height		: 200px;
	position	: absolute;
	margin-top	: -100px;
	margin-left	: -250px;
	top			: 50%;
	left		: 50%;
	text-align	: center;
	z-index		: 90;
}

.buahaha
{
	position	: absolute;
}

.whaha
{
	display	: block;
}
