html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin:0;
	width:100%;
	height:100%;
}

.container {
	width:100%;
	height:100%;
	vertical-align:middle;
	background:transparent url(../gfx/back.gif) repeat 0px 0px;
}
.contentblock {
	margin:1% 0 1% 0;
	width:100%;
	background:transparent url(../gfx/back_dark.gif) repeat-x 12px 119px;
}

.flash {
	width:100%;
	height:270px;
	overflow:visible;
}
.imageborder {
	background:transparent url(../gfx/image_border.jpg) repeat-x 0 0;
	margin-top:25px;
	width:100%;
	height:31px;
	border:#FFFFFF solid 2px;
	border-left:0;
	border-right:0;
	}
.copyr {
	margin-top:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6b5621;
	}
	.copyr a {
		color:#6b5621;
		text-decoration:none;
		}
	.copyr a:hover {
		text-decoration:underline;
		}