body {
	background: #201304;
	margin: 0px;
	padding: 0px;
	margin: auto 0px;
	text-align: center;
	font-family: 'Helvetica', Arial, Sans-serif;
}

#header {
	background: url('../images/top_back.png') repeat-x #87cae5;
	height: 258px;
}

#main {
	position: relative;
	width: 1000px;
	margin: auto;
	
}

#panda {
	background: url('../images/panda.png') no-repeat;
	width: 331px;
	height: 273px;
	position: absolute;
	z-index: 1;
	top: -70px;
	left: 334px;
}

.title {
	position: relative;
	top: 150px;
}

#contact {
	position: relative;
	top: 200px;
}

a, a:visited {
	color: #462a0c;
	font-family: 'Helvetica', Arial, Sans-serif;
	font-size: 24px;
	border-bottom: solid 0px #53901e;
	text-decoration: none;
}

a:hover {
	border-bottom: solid 3px #53901e;
}

#footer {
	color: #291805;
	position: absolute;
	bottom: 5px;
	right: 20px;
}

/* Ticker

#ticker_container {
	height: 16px;
	color: white;
	position: relative;
	top: 200px;
	font-size: 12px;
}

#pscroller1{
	height: 16px;
}

.rssclass .rsstitle{
}

.rssclass .rssdate{
}

.rssclass a{
	text-decoration: none;
	color: #540a0a;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 16px;
} */