body {
	margin: 0;
	font-size: 62.8%;
	color: black;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: url("../img/background.jpg") top left no-repeat;
	cursor: pointer;
}
html {
	height: 100%;
}
table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1em;
}
table td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
div.contents {
	position: relative;
	margin: 60px auto 60px auto;
	text-align: center;
}
a.screen {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 99%;
	height: 99%;
	z-index: 1000;
}
div.contents img {
	margin: 40px 60px 20px 60px;
}
div.contents p.separator {
	margin: 0 0 20px 0;
}
div.contents p {
	color: white;
	margin: 0 0 2px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

