div{left:50%; margin: 0px 0px 0px 0px;}

p{margin:10px;}
.container{width:100px; color:#ffffff; position:absolute;}

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}

.r1{margin: 0 5px;background:#ffffff;}
.r2{margin: 0 3px;background:#ffffff;}
.r3{margin: 0 2px;background:#ffffff;}
.r4{margin: 0 1px;background:#ffffff; height: 2px;}

.contain{background:#ffffff; text-align:center;}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #0000ff; font-weight:700;}
a:active {color: #ff0000; font-weight:700;}

.tmenu{font-family: Arial; font-size: 10pt;}

#text1 {
   position: absolute;
   top: 88px; margin-left: -190px;         /* place it where you want     */
}

#translucentbkg1 {
   position: absolute;   
   top: 88px; margin-left: -190px;
   width: 200px; height: 420px;     /* to match DIVs size          */
   background-color: #0F1286;       /* the background              */
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   z-index: 1;
}

#opaquetext1 {
   border:4px solid white; top: 88px; margin-left: -190px;
   padding-top: 0px; padding-left:0px;
   overflow: auto;
   FONT-WEIGHT: 600; FONT-SIZE: 11pt; FONT-FAMILY: Arial;
   COLOR: white;
   width: 192px; height: 412px;     /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}

#text2 {
   position: absolute;
   top: 88px; margin-left: -80px;         /* place it where you want     */
}

#translucentbkg2 {
   top: 88px; margin-left: -80px;
   width: 550px; height: 420px;     /* to match DIVs size          */
   background-color: #0F1286;       /* the background              */
   filter:alpha(opacity=70);
   -moz-opacity:0.70;
   opacity: 0.70;
   z-index: 1;
   position: absolute;
}

#opaquetext2 {
   border:4px solid white; top: 88px; margin-left: -80px;
   overflow: auto;
   padding-top: 0px; padding-left:0px;
   FONT-WEIGHT: 600; FONT-SIZE: 11pt; FONT-FAMILY: Arial;
   COLOR: white;
   width: 542px; height: 412px;     /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}