	/* The paragraph section */
	#mySummer{
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		height:250px;
		width:500px;
		z-index:999;
		background-color:#ffa947; 	/* Orange */
		opacity:.75;
		padding:24px;
		font-family:sans-serif;
		font-size:24px;
		
	}
	/* Title of page. I changed the font style
		and its size. */	
	#banner{
		width:650px;
		padding:12px;
		margin-right:auto;
		margin-left:auto;
    margin-top:150px;
		background-color:#ff6347; /* Orange-red color */
		opacity:.75;
		font-size:32px;
		font-family:Sans-serif;
		color:#000;
		z-index:999;
	}
	/* The image. I reduced the size then 
	placed the picture behind the page title.*/	
	#myPic{
		position:fixed;
		top:100px;
		left:150px;
		height:50%;
		width:50%;
		z-index:-999;
	}
	
	#credits{
		position:fixed;
		bottom:10px;
		font-family: monospace;
		font-size:12px;
		color:#000;
		z-index:999;
		background-color:#fff;
		opacity:.75;
	}
	
	a{
		font-family:Sans-serif;
		font-size:12px;
		color:#000;
	}

	body{
   	background-color: #90d7b6;
}