@font-face {	/* csanyi font */
	font-family: "Csanyifont";
	font-style: normal;
	font-weight: normal;
	src: url("/fonts/csanyi.otf");
}
@font-face {	/* csanyi font IE */
	font-family: "CsanyifontIE";
	font-style: normal;
	font-weight: bold;
	src: url("/fonts/csanyi.eot");
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F0712D;
}

#centerbox {
	display: block;
	height: 440px;
	left: 50%;
	margin: -220px 0px 0px -385px;
	position: absolute;
	top: 50%;
	width: 770px;
}
#flashbox {
	display: block;
	height: 440px;
	width: 770px;
}
span.enterbtn {
	font-size: 28px;
	margin-right: 5px;
}
span.enterbtn a, span.enterbtn a:hover {
	text-decoration: none;
	color: #fff;
	font-family: "Csanyifont", "CsanyifontIE", Arial, Helvetica, sans-serif;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}

