@charset "UTF-8";
.main_content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 800px;
	text-align: center;
}
body {
	background-color: #999;
	background-image: url(background-1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	background-repeat: repeat-x;
	text-align: center;
}
.beginnings {
	color: #000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}
.text_information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}

a:link {
	color: #000;
}
.image_float_left {
	float: left;
}
