html, body {
	margin: 0;
	padding: 0;
	backgrpund: #fff;
	color: #000;
	font-size: 100%;
	font-family: Arial, Tahoma, sans-serif;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
#minichrome-wrap {
	width: 1000px;
	margin: 0 auto!important;
}
body, #wrapper {
	background: #fff url(../images/bg.jpg) 50% 0 no-repeat;
}
#wrapper {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#main .textblock {
	clear: both;
	padding: 138px 0 0 86px;
	width: 520px;
	overflow: hidden;
	height: 305px;
}
#main .textblock h2 {
	color: #091839;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #8a96a7;
}
#main .textblock p {
	font-size: 14px;
	color: #494747;
	margin: 8px 0 0 0;
	line-height: 23px;
}
#main .textblock img {
	float: right;
	margin: 5px 0 0 0;
}
#main .gameblock {
	padding: 0 0 0 30px;
	width: 480px;
	float: left;
}
#main .gameblock ul {
	padding: 10px 0 0 0;
	position: relative;
	z-index: 100;
	height: 137px;
}
#main .gameblock ul li {
	width: 62px;
	height: 54px;
	margin: 0 16px 15px 0;
	float: left;
	position: relative;
}
#main .gameblock ul li a {
	position: absolute;
	top: -12px;
	left: -10px;
	width: 86px;
	display: none;
}
#main .gameblock ul li.hover a {
	display: block;
}
#main .gameblock ul li.hover {
	z-index: 1000;
}
#main .gameblock .button {
	display: block;
	clear: both;
}
#main iframe {
	float:left;
	margin:5px 0 0;
}
h1 {
	float: right;
	margin: 13px 64px 4px 0;
	display:inline;
}
#footer {
	padding: 40px 0;
	height: auto;
	background: none;
	color: #634432;
}
#footer a,#footer a:hover {
	color: #634432!important;
}

#topbanner-wrapper0 {
	width: 1000px;
	text-align: center;
	margin: 8px auto 8px auto;
}
#topbanner-wrapper1 {
	margin: 0;
	padding: 0 24px 0 0;
	position: relative;
	display: inline-block;
}
#topbanner-wrapper2 {
	height: 90px;
	max-width: 952px;
	min-width: 728px;
	padding: 2px 0 2px 24px;
	background: url(../images/topbanner-bg.png) 0 0 no-repeat;
	display: inline-block;
}
#topbanner-wrapper1 b {
	width: 24px;
	height: 94px;
	background: url(../images/topbanner-bg.png) 100% 0 no-repeat;
	display: block;
	float: right;
	margin-right: -24px;
	margin-top: -2px;
}
#topbanner {
	float: left;
}

/*********veil***********/
div.veil, .popupwrapper {
	display: none;
}
.hide, .hide .popupwrapper, .hide a.closeVeil {
	display: none!important;
}
body.veil {
	height: 100%;
}

body.veil .veil {
	display: block;
	background: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 400;
	filter: alpha(opacity = 60);
}
.popupwrapper {
	position: absolute;
	z-index: 500;
	left: 50%;
	margin-left: -383px;
	top: 300px;
	overflow: hidden;
	padding: 0 0 7px 7px;
}

.popupframe {
	display: block;
	position: static;
	z-index: 200;
	text-align: left;
	float: left;
	background: url(../images/popupframe.png) 100% 0 no-repeat;
	padding: 0 7px 0 0;
}
.popupframe * {
	color: #7d7d7d;
}
.popupframe a {
	color: #eb1b27!important;
}
a.closeVeil {
	display: block;
	position: absolute;
	top: 15px;
	left: auto;
	right: 15px;
	z-index: 1200;
	color: #E80011;
	z-index: 1100;
}
body.veil .popupwrapper {
	display: block;
}
#flashblock {
	margin: 0 auto;
	padding: 80px 26px 26px 33px;
	background: url(../images/popupframe.png) 0 0 no-repeat;
	margin-left: -7px;
	margin-bottom: -7px;
}
#flashblock h3 {
	height: 62px;
	margin: -80px 0 0 0;
	padding: 18px 0 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #44494d;
}
.popupframe b.b-l {
	display: block;
	width: 100%;
	height: 7px;
	background: url(../images/popupframe.png) 0 100% no-repeat;
	margin: 0 0 0 -7px;
	position: relative;
	bottom: -7px;
}
.popupframe b.b-r {
	position: absolute;
	width: 14px;
	height: 7px;
	background: url(../images/popupframe.png) 100% 100% no-repeat;
	bottom: 0;
	right: 0;
	display: block;
}