/* @override http://localhost/misc/v-center/main.css */

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	font: 14px "Verdana";
	line-height: 1.5em;
	text-align: center;
	height: 100%;
	position: relative;
	display: table;
	margin: 0 auto;
}
#wrapper {
	position: static;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#center {
	position: relative;
	width: 150px;
	margin: auto 0;
	top: -50%;
	padding: .5em 1em;
	color: white;
	background-color: #333;
	-webkit-box-shadow: 0px 0px 1.5em rgba(0,0,0, .7);
	-webkit-border-radius: .6em;
}