

body {
	background-attachment: fixed;
	background-color: #ccc;
	background-image: url(img/gridbk.png);
}



div#main {
	width: 90%;
	min-width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 3px solid #FE7E7D;
	margin-top: 12px;
	margin-bottom: 12px;
}



.center {
	text-align: center;
}

.center-italic {
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
}


.center-normal {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.6em;
}

.center-bold {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.6em;
}

hr.rule {
	height: 12px;
	width: 90%;
	border: 2px solid #FE7E7D;
	background-color: #827EFD;
}
