@CHARSET "UTF-8";
html, body{
	background-color: black;
	min-height: 600px;
	min-width: 800px;
}
body {
	margin: 0px;
	padding: 0px;
}
div#outter {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
div#middle {
	display: table-cell;
	vertical-align: middle;
}
div#inner {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}
a img {
	border: none;
}
