	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 360px;
			
			/* Set up proportionate scaling */
			width: auto;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
	

	#bg { position: fixed; top: 0; left: 0; }
		.bgwidth { width: 100%; }
		.bgheight { height: 100%; }

h2 {
font-family: arial, helvetica;
text-align: center;
font-size: 48px;
letter-spacing: -3px
}
/* Stylesheet: bg Modified On 2014-05-28 17:17:19 */
