html,body
{
    height: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
}
body
{
   display: table; 
   margin: 0 auto;
}

.container
{  
    height: 100%;
    display: table-cell;   
    vertical-align: middle;    
}
.cent
{
    height: 500px;
    width: 500px;     
}

#whatdo
{
	z-index: 999;
	font-size: 6em;
	position: relative;
	text-align: center;
	width: 100%;
}

.whatdo-small
{
	font-size: 2em !important;

}

#blackhole
{
	width: 500px;
}

#resulttext
{
	color: #000000;
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
}