body {
  color: #FFF;
  background: #444;
  font-family: Times, serif;
  vertical-align:center;
}

.titleBK{
position: absolute;
top: 5%;
margin-left: 5%;
width: 400px;
z-index: 2; 
display: block;
color: #FFF;
font: italic normal 200 50px Times;
}

.titleTTG{
position: absolute;
margin-left: 5%;
width: 200px;
top: 60%;
left: 255px;
z-index: 3;
display: block;
color: #AAA;
/*font: 900 24px Verdana;*/
font: 600 24px courier;
}

.boundingbox, .titlebox{
border:2px solid #666;
}

.boundingbox{
/*border:2px solid #666;*/
width:800px;
height:520px;
background:black;
margin:auto;
vertical-align:middle;
}

.titlebox, .menubox, .submenubox, .mainbox{
z-index: 0;
background:black;
position:relative;
}

.menubox, .submenubox{
/*font: italic 500 20px verdana;*/
font: italic small-caps 900 22px Courier;
/*font: oblique 600 25px Times;*/
}

.titlebox{
border-bottom:0px;
height:80px;
width:800px;
color:white;
margin:auto;
vertical-align: middle;
}

.menubox{
float:left;
top:0%;
height:80%;
width:15%;
margin-left: 5%;
margin-top: 10%;
margin-bottom: 10%;
text-align: center;
/*vertical-align:middle;*/
color: #FA007D;
}

.submenubox, .mainbox{
float: right;
width:73%;
margin-right: 2%;
}

.submenubox{
border-bottom: 1px solid silver;
left:0px;
top:5%;
height:5%;
/*text-align: center;*/
color: #FA7D00;
}

.mainbox{
left:0px;
top:0px;
margin-top: 4%;
margin-bottom: 5%;
height:86%;
/*background:silver;*/
color: #FFF;
}

img.home{
position:relative;
top:5%;
z-index: 1;
/*float: right;
border: 5px solid red;
width: 60px;*/
display: block;
margin: auto;
/*text-align: center;*/
}

