* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000000;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 20px;
	font-family: Times, Georgia, Serif;
	font-size:14px;
	color: #878174;
	font-weight: normal;
}
.footer_content {
	height:20px;
	margin:0 auto;
	text-align:center;
	width:400px;
}
.push {
	height: 20px;
}
.ctr_flash {
	overflow: hidden;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}
.footer_nav_item {
	margin-left: 20px;
	float: left;
}
a:active {
	font-family: Times, Georgia, Serif;
	color: #878174;
	text-decoration: none;
}
a:link {
	font-family: Times, Georgia, Serif;
	color: #878174;	
	text-decoration: none;
}
a:visited {
	font-family: Times, Georgia, Serif;
	color: #878174;	
	text-decoration: none;
}
a:hover {
	font-family: Times, Georgia, Serif;
	color: #6a6354;	
	text-decoration: none;
}