BODY {
	margin: 0;
	padding: 0;
	background: #EEE;
	color: #000;
	overflow: hidden;
}

A {color: #666; text-decoration: underline; }
A:hover { color: #F00;}

#main {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	width: 100%;
	text-align: center;
	background: #FFF;
}

#object {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	color: #666;
}
#footer A { text-decoration: none;}
#footer SPAN { font-weight: bold; color: #CCC;}