#main {position: relative;
       width: 80%; } 

#pics  {position: absolute;
       top: 0;
       left:1px;
       width: 33%; }

#desc  {position: absolute;
       top: 0;
       right:1px;
       text-align: left;
       width: 66%; }
       
#footer {position: absolute;
	       right: 0px;
	       text-align: left;
	     width: 153%; }
		 
#footer1 {position: relative;
          text-align: left; }
		  
#footer2 {position: absolute;
		   text-align: right;
		   top:16px;
		    width: 200px;
		    right: 11px; }
	     
	     #noimagemain {position: relative;
	     	         width: 80%; }
	       
