@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/drying-beans.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.white {
	color:#33170e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}

h1 {color:#33170e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 2.5em;
	font-weight: bold;
}

h2 {color:#33170e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 2em;
	font-weight: bold;
}