body{
		background: url(404.jpg);
		
		}
		
		div{
		background: none;
		margin-top: 200px;
		margin-left: 100px;
		position: relative;
		height: 150px;
		width: 500px;
		
		}
		
		h2{
		margin-top: 200px;
		font-family: courier, serif;
		
	
		font-weight: normal;
		text-align: center;
		font-size: 24px;
		
		}
		
		
		h1{
		margin-top: 15px;
		text-align: center;
		font-family: georgia, serif;
		font-weight: normal;
		font-size: 16px;
		font-style: italic;
		}
		
		p{
		
		position: absolute;	
		bottom: 7px;
		left: 7px;
		
		}
		
		h3{
		position: asbolute;
		bottom: 6px;
		
		font-family: courier, serif;
		font-weight: lighter;
		font-size: 18px;
		text-align: center;
		height: 18px;
		width: 200px;
		}
		
		h4{
		position: asbolute;
		bottom: 6px;
		left: 16px;
		font-family: courier, serif;
		font-weight: lighter;
		font-size: 14px;
		background: white;
		border: 1px orange solid;	
		height: 18px;
		width: 484px;
		}
	