body {
   background-color:#FF9999;
   margin:0;
   padding:0;
   text-align:center;
   }
div {
   margin:0 auto;
   }
p {
   margin-top:0;
   }
img {
   margin:0;
   padding:0;
   }
.container {
   position:relative;
   width:1000px;
   height:1100px;
   left:0;
   top:0;
   background-color:#FFFFFF;
   }
.title-colour {
   position:absolute;
   left:0px;
   top:0px;
   width:1000px;
   height:125px;
   }
.trinket {
   position:absolute;
   left:890px;
   top:12px;
   width:90px;
   height:120px;
   z-index:2;
   }
.left-part {
   position:absolute;
   left:0px;
   top:130px;
   width:160px;
   height:900px;
   z-index:2;
   }
.left-part2 {
   position:absolute;
   left:0px;
   top:758px;
   width:180px;
   height:342px;
   background-image:url(sidebar.jpg);
   background-repeat:no-repeat;
   }
.text-area {
   position:absolute;
   left:180px;
   top:130px;
   width:820px;
   height:895px;
   text-align:left;
   background-color:#FFFFFF;
   overflow:auto;
   }
.bottom { 
   position:absolute;
   left:180px;
   top:1035px;
   width:820px;
   height:65px;
   background-image:url(basepart.jpg);
   }
.bottom a:link {color: #000000}    
.bottom a:visited {color: #000000}
.bottom a:hover {color: #000000}  
.bottom a:active {color: #000000}
