body {
	padding: 0;
	margin: 0;
	background-color:#000000;
}
body, html {
	height: 100%;
}
#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: -50%;
	width: 100%;
	margin: 0 auto;
} /* for explorer only */
div.center {
	text-align:center;
}
#div_admin {
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:30px;
	border:0;
	padding-top:5px;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#div_admin a {
	color:#000000;
}
#div_admin a:hover {
	color:#FFFFFF;
}
#div_copy {
position:absolute;
	z-index:0;
	bottom:0px;
	right:0px;
	width:400px;
	border:0;
	text-align:right;
	padding-bottom:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#404040;
}
#div_copy a {
	color:#505050;
	text-decoration:none;
}
#div_copy a:hover {
	color:#FF9900;
}