

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


body {
  margin:0; 
  background-color:#141414;
  color: white;
  }


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




#backBox {
visibility: hidden;
z-index: 2;
top:0px;
left:0px;
position: absolute;
width: 400px;
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: 600px;
height:180px;
overflow:hidden; 
clip:rect(0px,600px,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: 520px;
left: 0;
top:0;
z-index: 3;
}


