

.townup { position:relative; top: 2%; left: 10%; width: 80%; height: 5%; }

.borderframe {position: absolute; top: 5%; left: 8%; width: 84%; height: 89%;}
.bordertop {position: absolute; top: 0%; left: 1%; width: 98%; height: 13px; background-image: url(../borderhorizontal.jpg); background-repeat: repeat-x;  z-Index: 400;}
.borderbottom {position: absolute; top: 98%; left: 1%; width: 98%; height: 13px; background-image: url(../borderhorizontal.jpg); background-repeat: repeat-x; z-Index: 40;}

.borderleft {position: absolute; top: 13px; left: 0%; width: 13px; height: 97%; background-image: url(../bordervertical.jpg); background-repeat: repeat-y; z-Index: 40;}
.borderright {position: absolute; top: 13px; right: 0px; width: 13px; height: 97%; background-image: url(../bordervertical.jpg); background-repeat: repeat-y; z-Index: 40;}

.topleftcorner {position: absolute; top: 0px; left: 0px; width: 13px; height: 13px; background-image: url(../bordercorner.jpg); background-repeat: no-repeat; z-Index: 40;}
.toprightcorner {position: absolute; top: 0px; right: 0px; width: 13px; height: 13px; background-image: url(../bordercorner.jpg);background-repeat: no-repeat; z-Index: 40;}
.bottomleftcorner {position: absolute; top: 98%; left: 0px; width: 13px; height: 13px; background-image: url(../bordercorner.jpg); background-repeat: no-repeat;z-Index: 40;}
.bottomrightcorner {position: absolute; top: 98%; right: 0px; width: 13px; height: 13px; background-image: url(../bordercorner.jpg); background-repeat: no-repeat;z-Index: 40;}


.containerbox {position: relative; top: 13px; left: 1%; width: 98%; height: 97%; background-image: url(../ccgreenback.jpg);}

.Iconbox { position: absolute; top: 0%; left: 0%; width: 13%; height: 100%; background-image: url(../GameTextures/greencolumn.jpg); background-repeat: repeat-y;
background-position:center 0 }
.InventoryContainer { position: absolute; top: 23%; width: 127px; text-align: center;z-Index: 30;}
.NotebookContainer { position: absolute; top: 50%; left: 10%; width: 89px; text-align: center;z-Index: 30;}
.ControllPanelContainer { position: absolute; top: 70%; left: 10%; width: 131px;  text-align: center;z-Index: 30; }
.FeetContainer { position: absolute; bottom: 0%; width: 130px;  text-align: center; }

.GameBox { position: absolute; top: 0%; left: 13%; width: 65%; height: 100%; z-Index: 100; }
.titlecontainer { position: absolute; top: 0%; left: 0%; width: 100%; height: 7%; text-align: center}
.bigtextboxcontainer { position: absolute; top: 7%; left: 0%; width: 100%; height: 78%;}
.feedbackcontainer { position: absolute; bottom: 4%; width: 100%; height: 11%; background: black;}
.ansbarcontainer { position: absolute; left: 3%; bottom: 0%; width: 100%;  height: 4%;  }


.ChapterBox { position: absolute; top: 0%; left: 78%; width: 22%; height: 100%;  }

.chapterlistcontainer { position: relative; top: 0%; left: 0%; width: 100%; height: 60%; }
.musicControllcontainer { position: relative; top: 0%; left: 0%; width: 100%; height: 4%; }
.ForumLinkcontainer { position: relative; top: 0%; left: 0%; width: 100%; height: 15%; }

.ForumLink{ position: absolute; top: 0%; left: 15%; width: 62px; height: 100%; }
.SecretLink{ position: absolute; top: 0%; left: 50%; width: 100px; height: 100%; }


.clockladyfix { position: relative; width: 118px; height: 168px; left:6%; z-Index: 20;}
.clocktop { position:absolute; top: 49px; left: 25px; z-Index: 1; }


.soldierContainer { position: absolute; bottom: 0%; right: 0%; z-Index: 30;}
.soldier { position: relative; top: 10px; left: 3px; z-Index: 30;}

/* Show town at top */

.townup { position:relative; top: 1%; left: 10%; width: 80%; height: 50px;
 background-image: url(GameIcons/cctownup.png) ;
background-repeat: no-repeat;
background-position: bottom right; 
}




/* Image size fixs for background */
.greencolumn
{
position:relative;
background-image: url(../GameTextures/greencolumn.jpg);
background-repeat: repeat-y;
background-position:center 0; 
}
.greencolumnb
{
background-image: url(../GameTextures/greencolumnb.jpg);
background-repeat: repeat-y;
background-position:center center; 

}
