a { text-decoration: none;
        	color: #d10066;
        	}
        
	#headimg { height: 150px;
			left: 50px;
			top: 20px;
			position: fixed;
			z-index: 101;
			}	
	
	#headtxt {height: 150px;
			font-size: 75px;
			color: #d10066;
			position: fixed;
			z-index: 100;
			background-color: #ff0175;
			width: 100%;
			padding-left: 250px;
			}
		
	#nav
		{
			width: 330px;
			position: fixed;
			top: 150px;
			left: 8px;
			font-size: 25px;
			font-weight: bold;
			line-height: 2em;
		}
		
	#content
		{
			
			position: absolute;
			top: 150px;
			left: 330px;
			padding-right: 200px;
			font-size: 80%;
		}
		

		
	body { 
		color: red; 
		font-family: "Lucida-Grande", sans-serif;
		background-color: blue;
		
		}