html, body {
background-color: #969696;
height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#969696;
	text-align:center;
	/* background-image:url(pics/bg_img.jpg); */
	background-repeat:no-repeat;
	background-position:bottom right;
}

#wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#window {
	width:609px;
	margin:0 auto;
	height:100%;
	background-image:url(pics/bg_content.jpg);
}

#flash {
	width:609px;
	bottom:0px;
	padding-top:50px;
}
