body {
width:100%;
height:100%;
margin:0px;
background-color:#000;
color:#fff;
font-family:sans-serif;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
text-size-adjust:100%;
text-align: center;
	background: #000;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	left: 0;
	margin: 0;
	height: 100%;
	
}

#child {
font:2vw "Raleway",sans-serif;
/*font-weight:400;*/
/*text-transform:uppercase;*/
line-height:1;
    display: table-cell;
    vertical-align: middle;
}
a:link {
color:#fff;
text-decoration: none;
}
a:visited {
color:#fff;
text-decoration: none;
}

#div_1 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 0;  
	left: 0;
}
#div_2 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 0;  
	left: 33%;
}
#div_3 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 0;  
	left: 66%;
}
#div_4 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 33%; 
	left: 0;
}
#div_5 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 33%;  
	left: 33%;
}
#div_6 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 33%;  
	left: 66%;
}
#div_7 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 66%; 
	left: 0;
}
#div_8 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 66%;  
	left: 33%;
}
#div_9 {
display: table;
	margin: 0;
    height:33%;
    width: 33%;
    position: absolute; 
	top: 66%;  
	left: 66%;
}

.info{
text-align: left;
font:2.0vw "Menlo",monospace;
line-height:1;
display:inline-block;
margin:5px;
padding:0px 0 0 0;
position:absolute;
right:0px;
top:100vh;
width:95vw;
z-index: 18;
white-space: pre-wrap;
}


