﻿body, html {
	margin:0;
	overflow:hidden;
	background:#000;
}

h1 {
	position:absolute;
	right:25px;
	bottom:10px;
	display:block;
	background:url(logo.png) no-repeat;
	width:106px;
	height:103px;
	z-index:2;
	text-indent:-9999px;
	overflow:hidden;
}

body #center_image {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-787px;
	margin-top:-475px;
}

.hide {
	position:absolute;
	left:-9000px;
	top:-9000px;
	overflow:hidden;
}