* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

html {
	font-size: 100.01%;
}
body {
	font-family: Arial;
	font-size: 62.5%;
	background: #efd47c url('../images/bg.jpg') 50% 0 no-repeat;
	min-width: 1000px;
	position: relative;
}

h1 {
	color: #fff;
	font-size: 465%;
	font-weight: normal;
	letter-spacing: -1px;
}
h1 span {
	color: #05467c;
}

a:hover {
	text-decoration: none;
}

.h-wrap {
	width: 940px;
	height: 731px;
	margin: 0 auto;
	position: relative;
}
.h-content {
	padding: 55px 0 0;
}

.g-fr {
	float: right;
}
.g-fl {
	float: left;
}

.dn {
	display: none;
}
