body {
	background-color: #000;
}
.background {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 808px;
	width: 950px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	padding-right: 250px;
	padding-left: 149px;
	text-align: justify;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	padding-right: 250px;
	padding-left: 149px;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 15px;
}
.link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
}

