div.pane1
{
position: absolute;
top: 1px;
left: 1px;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin:0px;
background:gray;
padding:2%;
}

div.pane2 
{
position: absolute;
top: 1px;
left: 33.4%;
width:33.3%;
height:99%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=aqua;
padding=2%;
}

div.pane3 
{
position: absolute;
top: 1px;
left: 66.7%;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=gray;
padding=2%;
}

div.pane4 
{
position: absolute;
top: 33.6%;
left: 1px;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=gray;
padding=2%;
}

div.pane5 
{
position: absolute;
top: 33.6%;
left: 66.7%;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=gray;
padding=2%;
}

div.pane6 
{
position: absolute;
top: 67%;
left: 1px;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=gray;
padding=2%;
}

div.pane7 
{
position: absolute;
top: 67%;
left: 66.7%;
width:33.3%;
height:33%;
border-style:inset;
border-color:creme;
border-width:1px;
margin=0px;
background=gray;
padding=2%;
}