@import url("/css/reset.css");
@import url("/css/elements.css");
@import url("/css/header-footer.css");

BODY {
	background: #fff url("/img/design/bg.png") 0 325px no-repeat;		
	font: 14px/18px openSans,Arial;
	overflow-y: scroll;
	position: absolute;
	color: #5f6772;
	min-height: 100%;
	width: 100%;
}
BODY.ease {
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
BODY.browser-ie7 {overflow: auto;}
.page-wrap {
	background: url("/img/design/bg-mask.png") 50% 285px no-repeat;
}
.page-center {
	padding: 40px 50px 0;
	min-height: 700px;
	margin: 0 auto;
	width: 1000px;
}
.page-content {
	padding: 0 72px 74px;
	min-height: 500px;
	background: #fff;
}
.page-title {
	padding: 20px 0 18px;
	margin-bottom: 50px;
	background: #717a87;
	text-align: center;
}
.page-title:before {
	border-bottom-color: #fff;
	border-bottom-width: 52px;
	border-left-width: 60px;
}