html {
	height: 100%;
	background: #171717 url(../images/bg.gif) top left;
	
}

body {
	width: 840px;
	height: 100%;
	display: table;
	margin: 0 auto;
	
}

#wrapper {
	width: 840px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#inner {
	height: 430px;
	width: 820px;
	background: transparent url(../images/bg_flash.png) no-repeat center center;
	padding: 20px 0 20px 20px;
	position: relative;
}

img { border: 0; }
a:focus { border: 0; } 

#flash p {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
}

#logo {
	top: -36px;
	right: 45px;
	position: absolute;
}

#candy {
	top: -40px;
	right: -100px;
	position: absolute;
}

#bear1 {
	bottom: 10px;
	left: -240px;
	position: absolute;
}

#bear2 {
	bottom: -22px;
	right: -250px;
	position: absolute;
}