@charset "UTF-8";
/* CSS Document */
div#content {
	position: relative;
	width: 605px;
	height: 420px;
	background-image: url(../img/charity_background.jpg);
	background-repeat: no-repeat;
	display: none;
	margin: 0;
	padding: 0;
}

div#main {
	display: block;
}

div#content_bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 605px;
	height: 420px;
	z-index: 100;
	display: none;
}

div#content_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 565px;
	height: 400px;
	padding: 10px 20px;
	z-index: 101;
	color: #CCC;
	display: none;
	font-size: 16px;
	line-height: 1.5em;
	font-variant: small-caps;
}

div#content_text p {
	margin-bottom: 10px;
}

div#blackscreen {
	display: none;
}