html,body
{
    height:100%;   
}
body
{
   display: table;
   margin: 0 auto;
   background: #000000;
   font-family: 'Permanent Marker', cursive;
   font-size: 24px;
   color: #FFFFFF;
   text-shadow: #FC0 5px 0 10px;
}

.container
{
	position: relative;
    height: 100%;
    display: table-cell;   
    vertical-align: middle;
	text-align: center;	
}

.text-over
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}