#content	{position: relative;
			 left: 50px;
			 top: 20px;
			 width: 440px;
			 height: 250px;
			 color: #369;
			 text-align: justify;
			 line-height: 150%;
			 font-family: arial;
			 }
			 
#line		{position: relative;
			left: 0px;
			top: 7px;
			width: 100%;
			height: 5px;
			color: #369;
			z-idex: 1;
			}
			
BODY		{bgcolor: #9CF;
			}
