body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #036;
}
a {
	color: #C03;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper  {
	position: absolute;
	top: 50%;
	left: 0;
	width : 100%;
}
#content {
	position: relative;
	width: 114px;
	margin: -100px auto 0 auto;
}
#logo {
	width: 114px;
	height: 70px;
	background-image: url(../_d/common/logo-mirror.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#e-mail {
	width: 114px;
	height: 24px;
	margin-top: 20px;
}
#e-mail a {
	overflow: hidden;
	display: block;
	width: 114px;
	height: 24px;
	background-image: url(../_d/common/e-mail.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -1000px;
}
#e-mail a:hover {
	background-position: 0 -24px;
}