* {
margin: 0;
padding: 0;
}
body {
	font-size: 101%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none; }
#wrapper {
	width: 100%;
	background-image: url(strich.png);
	background-repeat: repeat-y;
	background-position: center top; }
#footie  {
	background-color: #c79539;
	background-size: 70% auto;
	background-image: url(footie.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 100%;
	height: 3000px;
	z-index: 100; }
#content {
	background-color: #fff; }
/* ---- */
b {
	color: #000; }
em {
	font-style: normal; }
#break {
	clear: both; }
a {
	color: #6674a0;
	text-decoration: none; }
#footer {
	background-color: #353338;
	text-align: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px; }
#footer p {
	color: #dadada;
	font-size: 70%;
	line-height: 170%;
	text-align: left;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-left: 1px dotted #dadada; }
#footer a {
	color: #fff;
	text-decoration: none; }
