@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(../images/black_repeat.png);
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	color: #FFFFFF;
}
#header_bg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center top;
	position: relative;
	text-decoration: none;
	padding-bottom: 5px;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
}
.main a:link {
	background-color: #FFFFFF;
}
#home_text {
	width: 500px;
	text-align: justify;
	position: relative;
	word-spacing: normal;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	white-space: normal;
	vertical-align: bottom;
	float: left;
	width: 800px;
	position: relative;
	bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
}
#red {
	background-image: url(../images/red_repeat.png);
	background-repeat: repeat;
}
