@charset "utf-8";
#main {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.tbl {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFDB51;
	width: 300px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFDB51;
}

/* CSS Document */

.content {
	text-align: center;
	vertical-align: middle;
}
#main .content img {
	text-align: center;
	vertical-align: middle;
}
