@charset "utf-8";

.background
{
	background: #000 url("../images/rabbitfall-splash.jpg") center top no-repeat;
}

#noflash
{
	background: url("../images/pic_combine.jpg") 164px 90px no-repeat;
}

#flash
{
	height: 438px;
	left: -317px;
	margin-left: 50%;
	position: absolute;
	top: 278px;
	width: 662px;
	z-index: 1;
}

#flash h1,
#flash p
{
	display: none;
}

#flash ul
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 261px 125px 0 70px;
}

#flash ul li a,
#flash ul li a:link
{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 94px;
}

#flash ul li.b
{
	float: right;
}

#flash ul li.b a,
#flash ul li.b a:link
{
	background-image: url("../images/btn_yes.jpg");
}

#flash ul li.n
{
	float: left;
}

#flash ul li.n a,
#flash ul li.n a:link
{
	background-image: url("../images/btn_no.jpg");
}

