html { min-height: 101%; }

html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	text-align: center;
	font: 12px  sans-serif;
	background: #EEEAE7;
}

h1 img {
	display: block;
}
img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

#outer {
	background: top center url(../images/back.gif) repeat-x;
}
#wrapper {
	text-align: left;
  margin: auto;
	width: 775px;
}

#header {
	background: top left url(../images/logo.jpg) no-repeat;
	width: 430px;
	height: 94px;
	position:absolute;
	z-index:2;
	margin-top: 100px;
	margin-left: 35px;
}

#content {
  background: url(../images/body_bg.gif) repeat-y;
  position: relative;
	width: 775px;
	margin:0;
	padding-top: 20px;
}

#content-inner {
  padding: 10px 23px 15px 31px;
  margin:0;
}
#content-left {
  float: left;
	width: 200px;
}
#content-right {
  float: right;
	width: 500px;
	padding-bottom:10px;
}

#footer {
	background:  left top url(../images/footer.gif) no-repeat;
	float: left;
	text-align: center;
	width: 775px;
	padding-top: 10px;
	clear: both;
	height: 30px;
}

.tx-asfkusercounter-pi1 {
  display:inline;
  padding-left: 50px;
}
