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

html {overflow-y:scroll; height:100%}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#252525;
	height:100%;
}

* html #tbl {position: absolute; top: 50%; width:100%;}
#tbl[id] {display: table; height: 100%; width:100%;}
* html #cell {position: relative; top: -50%; text-align:center;}
#cell[id] {display: table-cell; vertical-align: middle; text-align:center;}