html{ color: black; padding: 0px; margin: 0px; }
body{ color: black; padding: 0px; margin: 0px; }
div {
	background-color: black;
	position: absolute;
	background-image: url(volta-start.jpg);
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -450px;
	height: 600px;
	width: 900px;
}
a.alternate {
	border-width: 0px;
	border-style: none;
	text-decoration: none;
	position: relative;
	float: left;
	height: 600px;
	width: 450px;
	text-indent: -9000px;
}
a:focus{ outline:none; }
