body				{ 
					  margin:0px 0px 0px 0px;
					  padding: 0;
					}
div.title			{ background: #BBBBBB;
					  position: absolute;
					  height: 120px;
					  width: 98%;
					  z-index: 3;
					}
div.back			{ 
					  position: absolute;
					  height: 96%;
					  width: 98%;
					  z-index: 2 }

div.main			{ position: absolute;
					  background: #343434;
					  margin: 10px 10px 10px 10px;
					  z-index: 10; }
