@charset "utf-8";
/* CSS Document */
body {
	background-color:#7eb870;
	margin:0px;
	padding:0px;
}

#content {
	position:absolute;
	width:960px;
	margin-left:-480px;
	left:50%;
	text-align:center;
	font-family:Arial;
	font-size:10px;
}


#top {
	background-image:url(img/back_top.jpg);
	background-repeat:no-repeat;
	height:768px;
	position:realtiv;
	text-align:center;
}
#middle {
	background-image:url(img/back_repeat.jpg);
	background-repeat:repeat-y;
	width:960px;
	position:relative;
	text-align:center;
}
#bottom {

}

.link {
	color:#4c943b;
	font-weight:bold;
}

.normal {
	font-family:Arial;
	font-size:13px;
}

.headline {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#bf0000;
}
	

