/* Title: Card Maker */
/* Author: Patrick Cole */
/* Site: www.patrickcole.com */

	/* Focus Fix */
	:focus { outline: 0; }
	
	/* Elements */
	body { background-color: #287a7a; }
	
	/* Header Text */
	h1 { text-indent: -10000px; }
	
	/* ID */
		
		/* Auto Centering (Height / Width) Container */
		#container { position: absolute; width: 800px; height: 520px; top: 50%; left: 50%; margin-top: -260px; margin-left: -400px;
			background: #287a7a url('container-bg.jpg') top left no-repeat; }
		#flash { margin: 15px 0 0 20px; padding: 0; }
		#validation { width: 800px; height: 20px; margin: 0; padding: 0; text-align: center; }
		#validation ul { list-style-type: none; }
		#validation li { display: inline; padding: 0 20px 0 0; }
		
		#noflash { text-indent: -10000px; }
		
		/* Link Styles */
		a:link, a:visited, a:hover, a:active { color: #fff; }