body{ background: url("bg.gif");
         text-align: left;
         font: 11px "Verdana","Trebuchet MS","Arial",sans-serif;
         color: #ffa500;
         text-decoration:none}
img.png{behavior:url("png.htc")}
#title {text-align:center; width:100%; }
#left { width:50%;
        float:left}
#right { width:50%;
         float:right}
h1 { margin: 10px 10px 0px;
     padding: 2px 5px;
     background:  #ffa500;
     color: gray;
     font: bold 14px "Verdana","Trebuchet MS","Arial",sans-serif;
     -moz-border-radius-topleft: 6px}
.descr { margin: 0 10px;
         background:gray;
         color: white;
         padding-left:10px;
         border: 1px orange solid;
         height: 140px;
         min-height: 140px;
         overflow: auto;
         -moz-border-radius-bottomright: 6px}
.project img { padding : 5px;
               float:right;
               border: 0;
               }
.project{opacity:0.5}
.project:hover{opacity:1}
