body  {
       background-color:   #3CB878; 
       background-image:   url("bg0.gif");
       background-position:   center;
       background-repeat:  no-repeat;
       text-align:         center;
}
#title{border-style:none}
div {
       position:         absolute;
       left:             50%;
       text-align:       center;
       font-size:        x-small;
       font-weight:      bold;
       color:            red;
}
span{position:relative}
.c1{top:120px}
.c2{top:250px}
img {
       border-style:     groove; 
       border-width:     5px;
       border-color:     #cccccc;
}
#p01 {
       position:         absolute;
       left:             5%;
       top:              500px;
       text-align:       left;
       line-height:      1.2;
       font-size:        small;
       font-weight:      bold;
       color:            #ffffff;
}
#rtn {
       position:         absolute;
       left:             80%;
       top:              500px;
       text-align:       center;
       vertical-align:   middle;
       font-size:        medium;
       font-weight:      bold;
}
#p02 {
       border-style:     double; 
       border-width:     5px;
       border-color:     #008000;
       padding:          5px; 
}
a:link  {color:#ffffff;text-decoration:none}
a:visited{color:#ffffff;text-decoration:none}
a:active {color:#008000;text-decoration:none} 
a:hover  {color:#008000;text-decoration:none}
