﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body {
	line-height: 1;
	color: #000;
	background-image: url(../../ui/images/background.png);
	background-repeat: repeat;
}
h1 {
	text-indent: -99999px;
}
div#object-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -308px;
	margin-left: -418px;
	padding-top: 8px;
	padding-left: 8px;
	width: 836px;
	height: 616px;
	background: transparent url(../../ui/images/shadow.png) no-repeat top left;
}
p#foot {
	margin-top: 6px;
	color: #88C8E9;
	font-family: Arial, sans-serif;
	font-size: .7em;
	text-align: center;
}
p#foot a {
	color: #88C8E9;
	text-decoration: none;
	border-bottom: 1px solid #88C8E9;
}
p#foot a:hover {
	color: #44A8C9;
	border-bottom: 1px dotted #88C8E9;
}