@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main_content {
	margin-top: 100px;
	background-image: url(img/main_bg.png);
	background-repeat: no-repeat;
	height: 462px;
}
.text {
	width: 500px;
	color: #484946;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 375px;
	height: 350px;
	text-align: justify;
}
.text a:link {
	color: #2C87A0;
	text-decoration: underline;
}
.text a:visited {
	color: #2C87A0;
	text-decoration: underline;
}
.text a:hover {
	color: #2C87A0;
	text-decoration: none;
}
