html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
	color: #fff;

}
#main {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
#content {
     display: table-cell;
     vertical-align: middle;
     position: relative;
	 text-align: center;
}
/* \*/
* html #content {
     top: 50%;
     left: 0;
     height: 1px;
}
* html #content #inner {
     position: relative;
     top: -50%;
}
/* */
