body {
   background-color:#CCCC99;
   margin:10px;
   padding:0;
   text-align:center;
   }
div {
   margin:0 auto;
   }
p {
   margin-top:0;
   }
img {
   margin:0;
   padding:0;
   }
.container {
   position:relative;
   width:1000px;
   height:900px;
   background-color:#FFFFFF;
   border:1px solid #999999;
   }
.title-colour {
   position:absolute;
   left:0px;
   top:0px;
   width:1000px;
   height:150px;
   border-bottom:1px solid #999999;
   }
.left-part {
   position:absolute;
   left:0px;
   top:150px;
   width:180px;
   height:750px;
   z-index:1;
   background-color:#FFFFCC;
   }
.text-area {
   position:absolute;
   left:190px;
   top:160px;
   width:810px;
   height:695px;
   text-align:left;
   overflow:auto;
   }
.vstrip {
   position:absolute;
   left:180px;
   top:150px;
   width:2px;
   height:715px;
   border-left:1px solid #999999;
   }
.bottom { 
   position:absolute;
   left:180px;
   top:865px;
   width:820px;
   height:34px;
   background-color:#FFFFCC;
   border-top:1px solid #999999;
   }
.bottom a:link {color: #000000}    
.bottom a:visited {color: #000000}
.bottom a:hover {color: #000000}  
.bottom a:active {color: #000000}
