html, body {
	height: 100%;
}

body {
	background: #fbd04e url(/images/body_background.jpg) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.bg {
	position: absolute;
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}

#container {
	position: relative;
	width: 1024px;
	height: 647px;
	margin: 0 auto;
	padding: 110px 0 0 0;
}

#flash {
	position: relative;
	width: 1024px;
	height: 600px;
	margin: 0 auto;
	z-index: 9999;
}

#flash div {
	border: 1px solid #000;
	width: 1022px;
	height: 598px;
	text-align: center;
	background: #f4a42d;
}

#tf {
	top: 0;
	left: 0;
	width: 1024px;
	height: 110px;
	z-index: 0;
}

#bf {
	top: 710px;
	left: 0;
	width: 1024px;
	height: 107px;
	z-index: 10;
}

#tr {
	top: 0;
	right: 0;
	width: 133px;
	height: 234px;
	z-index: 0;
}

#bl {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 346px;
	height: 99px;
	z-index: 0;
}

#ls {
	top: 40%;
	left: 0;
	width: 133px;
	height: 152px;
	z-index: 0;
}

#rs {
	top: 50%;
	right: 0;
	width: 291px;
	height: 322px;
	z-index: 0;
}
