

p {
font:  10px/14px verdana,arial,helvetica,sans-serif;
color: #000; background:transparent;
}


body {
  margin:0; 
  background-color:#fff;
  color:black;
  }


.subtitle {font-family: verdana, sans;
			font-size:10px;
			font-weight: bold;
			font-style:oblique;
			color: #000;
			text-align: left;
			padding-bottom:10px;
			
			}












#backBox {
visibility: hidden;
z-index: 2;
top:0px;
left:0px;
position: absolute;
width: 200px;
height:400px;
}



#aboutup, #aboutdown {
visibility: hidden;
z-index: 3;
position:absolute;
top:0px;left:0px;
width:23px;
height:21px;
}

/* 0, 160, 130, 0 */


/* the clip meassurements give you the space in
which the text is going to feet */




#aboutbox {
visibility: hidden;
position: absolute;
left: 0;
top:0;
width: 130px;
height:180px;
overflow:hidden; 
clip:rect(0px,200px,200px,0px);
z-index: 3;
background:transparent;
}


/* 138 */

/* the width here is the actual width occupied by the text */

#abouttext {
visibility: hidden;
position: absolute;
width: 130px;
left: 0;
top:0;
z-index: 3;
}

