body {
font: 13px Verdana;
height:100%;
margin:0;
padding:0;
background: White;
}	
#page {
}
#topleft {
position: absolute; left: 0px; top: 0px;
width:66%;
float:left;
height:34%;
background: #8888FF;
/*border: 0px solid #000;*/
z-index:4;
}
#topright {
position: absolute; right: 0px; top: 0px;
width:34%;
float:right;
height:66%;
background: #5555FF;
z-index:3;
}
#centerbox {
position: absolute; left: 34%; top: 34%;
width:34%;
height:34%;
/*margin: 0px;
padding: 0px;*/
background-image: url(logo.gif);
background-position: center;
   /*background: transparent;*/
   background: url(logo.gif) no-repeat center;
   }
#bottomleft {
position: absolute; left: 0px; bottom: 1px;
width:34%;
float:left;
height:66%;
background: #7777FF;
/*border: 0px solid #000;*/
z-index:2;
}
a {color:lightblue;text-decoration:none;}
b {color:lightblue;}
#bottomleft p{text-align:right;}
#bottomleft a{color:#fff;text-decoration:none;}
#bottomleft a:hover{color:lightblue;cursor:help;}

#bottomright {
position: absolute; bottom: 1px; right: 0px;
width:66%;
float:right;
height:34%;
background: #6666FF;
z-index:5;
}
.black {
color:#000;
}
.white {
color:#fff;
}
.center {
text-align:left;
padding:15px;
position:absolute; 
}
.centerright {
text-align:left;
padding:15px;
position:absolute; bottom:1%; right:1%;
}

.centerright2 {
text-align:right;
padding:15px;
position:absolute; bottom:0px; /*right:1%;*/
}
