body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/header_bg.gif) repeat-x scroll 0 0 #fff;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
h1 {
	margin: 20px 0 0;
	font-size: 4em;
	font-style: italic;
	font-weight: bold;
	color: #4299c6;
	text-shadow: 0 10px 12px rgba(0,0,0,0.2);
}
a {
	color: #4299c6;
	text-decoration: underline;
}
img {
	border: 0;
}
#header {
	box-shadow: 0 10px 12px rgba(0,0,0,0.2);
	border-bottom: 1px solid #4299c6;
}
#header a {
	display: block;
}
#content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2%;
}
#content p {
	text-align: justify;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #4299c6;
}
#footer span {
	color: #fff;
	line-height: 2.4;
	font-size: 1.2em;
	text-decoration: underline;
	cursor: pointer;
}

#popup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#popup-content {
	max-width: 800px;
	margin: 170px auto 50px;
	background: #fff;
	text-align: justify;
	font-size: 1.2em;
	padding: 0 2%;
}
#popup-closer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #4299c6;
}
#popup-closer span {
	color: #fff;
	line-height: 2.4;
	font-size: 1.2em;
	text-decoration: underline;
	cursor: pointer;
}

.hidden { display: none; }
