#mypic{
	position: relative;
	height: 11;
	width: 200;
	top: 10;
	left: 45;
	padding: 0;
	}

#stuff{
	position: relative;
	top: 0;
	left: 150;
	}

#stuff a:hover{
        color: #000;
        border:none;}         
	
p#popup a span {display: none;}

p#popup a:hover span{
	display: block;
   	position: absolute;  
   	left: 430px; 
   	width: 150px;
   	padding: 0px; 
   	margin-top: -50px; 
   	z-index: 100;
   	color: #000; 
   	background: transparent;
   	font: 12px Courier New, monotype; 
   	font-weight: bold;
   	text-align: left;}
	