@charset "UTF-8";
/* CSS Document */

.background{
	margin: 0px;
	padding:5px;
	clear: both;
	float: none;
	overflow:hidden;
	border:#eee solid 5px;
	position: relative;
}
.plate{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:327px;
	height:184px;
}
.letterbox {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:240px;
	height:150px;
	z-index:4;
}
.silncer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:327px;
	height:184px;
	z-index:5;
}

.regtable td{
	background-color:#FFF;
}