body { background-image : url('/2010/static/img/bg.jpg');
       text-align : center;
       color : white;
     }

h1 { font-size : 60pt;
   }

p { font-size : 20pt;
  }

.left { text-align : left;
      }

div { font-size : 16pt;
      position : relative;
      top : 30px;
      margin-left : 30%;
      text-align : left;
    }

ul { position : relative;
     top : -12pt;
   }

.small { font-size : 70%;
       }

.note { position : absolute;
        bottom : 10px;
        width : 97%;
        font-size : 140%;
      }

a { color : white;
  }

a:hover { color : yellow;
        }

.copy { position : absolute;
        bottom : 5px;
        right : 20px;
        font-size : 14pt;
        color : #ccc;
      }