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

* {
	margin:0;
	padding:0
}
/* mac hide \*/
	
	html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* end hide */
	
	body {
	text-align:center;
	min-height:217px;/* for ie7*/
	text-decoration: none;
}
#myAlternativeContent {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 217px;
}
#inner {
	width: 438px;
	height: 217px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
