#topcenter {
  background-image: url(../images/home_symbol.gif);
  background-position: 100% 69px;
  background-repeat: no-repeat;
}
#bottomcenter {
  background-image: url(../images/map.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
#bottommenu {
  margin-top: 109px;
}
#teaser {
	color: #FBB156;
  font-family: Times New Roman;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
  padding-left: 5px;
}
#teaser a {
	color: #FBB156;
}
#teaser a:hover {
	text-decoration: none;
}
#teaser h1 {
  font-size: 16px;
  font-weight: bold;
  display: inline;
}
#notice {
	font-family: Times New Roman;
	color: #fff;
	font-size: 15px;
	margin: 25px 35px;
}
#notice h2 {
	color: rgb(251, 177, 86);
	font-weight: normal;
	font-size: 20px;
}
#notice img {
	float: right;
	margin-left: 10px;
	border: solid 1px #000;
}
#notice a {
	color: rgb(251, 177, 86);
}