@charset "utf-8";
html, body {
  	height: 100%;
}
body {
	background-image: url(fpm_assets/intro_bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%;
}
#tablebg-white {
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 206px;
	z-index:-10000;
	background-image: url(fpm_assets/intro_border_shadow.png);
}
#tablebg-blue {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 186px;
	z-index:0;
	background-image: url(fpm_assets/intro_table_bg.jpg);
}
#border-dotted {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 178px;
	z-index:0;
	background-image: url(fpm_assets/intro_dotted_border.png);
}
.hidden {
	display:none;
}
