@charset "utf-8";
/* CSS Document */
body {
	font: 100% "Georgia", sans-serif;
	background: #ced0d2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
}
#container {
	width: 960px;
	height: 530px;
	margin-left: -500px;
	position: absolute;
	top: -285px;
	left: 50%;
	visibility: visible;
	padding: 20px;
}
#text {
	text-align:justify;
	width: 900px;
	height: 280px;
	margin-left: 30px;
	margin-top: 50px;
	overflow: visible;
}
#text h2 {
	font-size:175%;
	letter-spacing:30px;
	margin-bottom:50px;
	color:#000;
}
#text a {
	font-weight:bold;
	color:#9a4d9e;
	text-decoration:none;
}
