/* ----------  page defaults ---------- */
		

body {
		font-size: 62.5%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color:#FFFFFF;
		display:none;
		height:100%;
		width:100%;
}

* {margin:0;padding:0}
/* mac hide \*/
html {
		height:100%;
		width:100%;
		
		
}
/* end hide */

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 500px;
}	
#inner {
	width: 500px;
	height: 500px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
		
/* ----------  primary layout ---------- */

	