/*
	Banner Edits
	Shrunk width to 540 to better fit the title
	Increased the padding to 4px to give more space
	Changed font to arial
	Changed the color of the banner to a yellowish green.
*/

#mySummer{ margin-left:auto; margin-right:auto; margin-top:8px; height:440px; width:500px; z-index:999; background-color:#fff; opacity:.75; padding:10px; font-family:monospace; font-size:64px; } #banner{ width:540px; padding:4px; margin-right:auto; margin-left:auto; margin-top:2px; background-color:#ad2; opacity:.75; font-size:74px; font-family:arial; color:#000; z-index:999; } #myPic{ position:fixed; top:0px; left:0px; height:100%; width:100%; 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:monospace; font-size:12px; color:#000; }

