@charset "UTF-8";

.pageWrapper {
	background: url(../img/bg-main-wide.png) center 0px no-repeat;
	overflow: hidden;
	min-width: 1040px;
	position: relative;
	z-index: 1;
}

.pageHeader {
	padding-top: 13px;
	margin-bottom: 40px;
	background: url(../img/bg-header.png) center top repeat-x;
}

.pageHeader_inner {}

.pageHeader_title {
	text-align: center;
}

.pageHeader_title > a {}

.pageHeader_title > a:hover {}

.pageHeader_title > a:before {}

.pageHeader_title > a:after {}

.pageHeader_title > a > img {}

.pageBackground {
	min-height: 470px;
	background: url(../img/bg-footer.png) center bottom repeat-x;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.pageBody {}

.pageBody_inner {}

.pageFooter {
	margin-top: 120px;
}

.pageFooter_inner {}

.pageFooter_copyright {
	text-align: center;
	color: #555;
	font-size: 12px;
}

.pageFooter_copyright > small {
	display: block;
	font-size: 100%;
}

.gFreppy {
	position: absolute;
	z-index: 0;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

.gFreppy > img {
	display: block;
	position: relative;
	z-index: 0;
	left: 0;
	top: -160px;
}

.gBackLink {
	text-align: center;
	margin: 30px auto 0;
	width: 274px;
}

.gBackLink > a {
	background: url(../img/btn-backlink.png) 0 0 no-repeat;
	height: 36px;
	padding-top: 10px;
	color: #408E00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.gBackLink > a:hover {
	background-position: 0 100%;
	height: 30px;
	padding-top: 16px;
}

.gBackLink > a > .icon {
	font-size: 10px;
	margin: 0 6px 0 0;
	color: #458F00;
}