 body {    font-family:
 tahoma, arial, sans-serif;  font-size: 12px;  
margin:0; padding:0; color: #3d3d3d; background-color: #cccccc;  }
 
 a { text-decoration:none; color:blue; }
 a:hover { text-decoration:underline;  }
 


img {border-color: #83d4d4;} 
a.:visited { color: purple; }
a.:hover { color: #000000; }


#content	{
			
			width: 800px;
			left-margin: auto;
			right-margin: auto;  
			height: 250px;
			
			position: absolute;
			left:100px;
			top: 50px;
			z-index: 0;		
		  }
#body		
		{
			width: 800px;
			left-margin: auto;
			right-margin: auto;  
			background-repeat: no-repeat;
			height: 250px;
			text align: left;
			position: absolute;
			left: 8px;
			z-index: 0;		
		  }
		  
#footer		
		{
			width: 800px;
			left-margin: auto;
			right-margin: auto;  
			background-repeat: no-repeat;
			height: 50px;
			text align: center;
			position: absolute;
			left: 8px;
			z-index: 0;		
		  }



