* {
	padding: 0px;
	margin: 0px;
}/* hide from ie on mac \*/html {	width: 100%;	height: 100%;	overflow: hidden;}	#site {	position: absolute;	width: 100%;	height: 100%;}/* end hide */body {	width: 100%;	height: 100%;	margin: 0px;	padding: 0px;	background-color: #FFFFFF;	color: #000000;
	font-family: Tahoma;
	font-size: 10px;	min-height: 187px;
	min-width: 266px;}table {	text-align: justify;}span {	color: #0066cc;}a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}#outer {	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;	background-color: #FFFFFF;
}

#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 187px;
}

#inner {
	width: 266px;
	height: 187px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}
