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

* {
	margin:0;
	padding:0;
}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	text-align:center;
	min-height:468px;/* for ie7*/
	background-color: #fff;
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
}	
#xinner {
	width: 500px;
	background:#fff;
	height: 182px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
.f {
	font-weight: 900;
	font-size: 80px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family: arial regular, sans-serif;
	font-style: normal;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 110px;
}

/* not required */
p,h1{margin-bottom:1em}
#header{margin-right:0}
.maintxt{text-align:left;margin:1em;}
/* - */

/* Custom selection colors */

::-moz-selection {
 color: #fff;
 color: rgba(255, 255, 255, .85);
 background: #00ff66;
}
::selection {
 color: #fff;
 color: rgba(255, 255, 255, .85);
 background: #00ff66;
}
