* {
	margin: 0;
	padding: 0;
}
html {
	background: #000;
	background-image:url(../images/bg.jpg)
}
body {
	margin: 0;
	font: 12px/1.8 arial, sans-serif, "\5B8B\4F53";
	color: #F5E3C0;
	height: auto;
}
div {
	text-align: center;
}
#wraper {
	max-width: 100%;
	max-height: 9999px;
	min-width: 400px;
	height: auto;
}
#center {
}
#terms,#privacy {
	width: 80%;
	margin: 30px auto;
	top: 50px;
	max-width: 1500px;
}
#footer {
	height: 76px;
	z-index: 0;
	position: relative;
	bottom: 0;
	margin-top: -10px;
}
.f30 {
	font-size: 30px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}
.f14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
p {
	text-align: left;
	margin-top: 10px;
}
a {
	text-decoration:none;
	color:#F1B580;
	webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
a:hover {
	color:#f5d108;
}
strong{font-size: 14px;
	font-weight: bold;}