body {
background: #cc99ff url(puffy-bg-purple2.png) no-repeat scroll 0px 0px;
background-attachment: fixed;
background-position: center top;
}


h1 {
   font-size: 3em;
   font-family: Verdana, Helvetica, Sans-Serif;
   text-align: left;
   font-style: bold;
}

P { font-weight: normal } 

img {
   float: right;
}

div.brief { 
   float: right; 
   margin: 0; 
   padding: 0.1em; 
   background: #eee; 
   border-left: 1px solid black; 
   border-bottom: 1px solid black; 
   position: absolute; 
   top: 0; 
   right: 0; 
}

div.brief ul { 
   padding: 0; 
   margin: 0; 
}

div.brief li { 
   list-style: none outside none; 
}

