@charset "utf-8";
* {
	margin: 0;
}
html, body {
	height: 99%;
	width: 99%;
	position: relative;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	width: 100%;
	margin-top:0;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
	position: relative;
}
.footer, .push {
	height: 60px;
	font-size: 16px;
	color: #666666;
	position: relative;
}


#footer{
	position:relative;
	width:795px;
	height: 40px;
	z-index:1;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	color: #333333;
	font-style: oblique;
	font-family: "Book Antiqua";
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style3 {
	font-size: 12px;
	color: #999999;
}

