




a { text-decoration: none;
	color: #0324;
        	
        	}
        
	#headimg { height: 80px;
			left: 50px;
			top: 20px;
			position: fixed;
			z-index: 101;
			background-color: grey;
			}	
	
	#headtxt {
			font-family: "sand", sans-serif;
			height: 80px;
			font-size: 100px;
			color: yellow;
			position: fixed;
			z-index: 100;
			background-color: grey;
			width: 100%;
			padding-left: 250px;
			
			}
		
	#nav
		{	
			font-family: "Copsucker", "sand", sans-serif;
			color: grey;
			width: 330px;
			position: absolute;
			top: 50px;
			left: 70px;
			font-size:100px;
			font-weight: bold;
			line-height: 2em;
			text-decoration: blink;
		}
		
	#content
		{
			
			position: absolute;
			top: 150px;
			left: 330px;
			padding-right: 200px;
			font-size: 50px;
		}
		

		
	body { color:  green;
		font-family: "WalkieTalkie", "sand", sans-serif;
		background-color: red;
		
		
		}
		
		