body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	background-attachment:fixed;  /*very fucking important to include to insure it zies to the window and not the sum of the other div tags*/
	background-color: rgb(255,255,255);
	background-image: url(leafbkg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

#center { margin-left: auto; margin-right: auto;}

#main{color: #000; text-align:center; font-size:36px; }

#main p{font-size:66px;}

#thanks{font-size:45px;}