body            { background-color:#903;         /* dark red */
                  margin:0px;
                  padding:0px;
                  font-family:monospace; }

a               { color:#006;                    /* dark blue */
                  text-decoration:none; }
a:hover         { text-decoration:underline; }

#imagetitle     { position:absolute;
                  top:60px;
                  left:120px;
                  width:520px;
                  font-size:20px;
                  color:#fff;
                  background-color:transparent; }

#imageframe     { position:absolute;
                  top:80px;
                  left:120px;
                  width:520px;
                  height:320px;
                  background-color:transparent;
                  border:1px solid #006; }       /* dark blue */

#image1                 { position:absolute;
                          top:20px;
                          left:20px;
                          width:40px;
                          height:40px;
                          border:0px;
                          background-color:transparent; }
#image1 img             { border:0px;
                          background-color:#fff; } /* white */
#image1 a:hover img     { background-color:#000; }

#image2                 { position:absolute;
                          top:180px;
                          left:140px;
                          width:40px;
                          height:40px;
                          border:0px;
                          background-color:transparent; }
#image2 img             { border:0px;
                          background-color:#999; } /* light grey */
#image2 a:hover img     { background-color:#333; }

#image3                 { position:absolute;
                          top:180px;
                          left:200px;
                          width:40px;
                          height:40px;
                          border:0px;
                          background-color:transparent; }
#image3 img             { border:0px;
                          background-color:#333; } /* dark grey */
#image3 a:hover img     { background-color:#999; }

#image4                 { position:absolute;
                          top:260px;
                          left:460px;
                          width:40px;
                          height:40px;
                          border:0px;
                          background-color:transparent; }
#image4 img             { border:0px;
                          background-color:#000; } /* black */
#image4 a:hover img     { background-color:#fff; }


#project        { position:absolute;
                  top:405px;
                  left:120px;
                  width:200px;
                  font-size:13px;
                  color:#fff; }
#copy           { position:absolute;
                  top:405px;
                  left:320px;
                  width:320px;
                  text-align:right;
                  font-size:13px;
                  color:#fff; }









