#mySummer{
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	height:440px;
	width:500px;
	z-index:999;
	background-color:White;
	opacity:0.85; 
	padding:10px;
	font-family:"Trebuchet MS", monospace; 
	font-size:48px; 
}

#banner{
	width:778px;
	padding:2px;
	margin-right:auto;
	margin-left:auto;
    margin-top:2px;
	background-color:pink;
	opacity:0.9;
	font-size:64px;
	font-family:"Trebuchet MS", monospace;
	color:white; 
	z-index:999;
}

#myPic{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:-999;
}

#aboutMe{
	max-width:500px;
	margin:10px auto;
	padding:10px;
	background-color:#ffffff;
	border-radius:10px;
	line-height:1.6;
	font-family:"Trebuchet MS", monospace;
	font-size:24px;
}

#credits{
	position:fixed;
	bottom:10px;
	font-family:"Trebuchet MS", monospace;
	font-size:12px;
	color:#000;
	z-index:999;
	background-color:pink;
	opacity:0.85;
}

a{
	font-family:"Trebuchet MS", monospace;
	font-size:12px;
	color:pink;
}