@charset "utf-8";
* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */
body {
	background-color: #FFFFFF;
	text-align:center;
	min-height:220px;/* for good browsers*/
	min-width:450px;/* for good browsers*/
}
#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 220px;
}
#inner {
	width: 450px;
	/*background:red;*/
	height: 220px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
