@charset "utf-8";
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	background: #ECECEC;
	margin: 0; padding: 0;
}
#alternativeContent {
	height: 100%;
}
#content {
	position: absolute;
	top: 50%; left: 50%;
	width: 758px; height: 195px;
	margin-left: -379px;
	margin-top: -98px;
	background: url( '../files/bp.png' ) 20px top no-repeat;	
}
#requirement {
	position: relative;
	top: 19px; left: 210px;
	width: 451px; height: 46px;
	background: url( '../files/requirement.gif' ) left top no-repeat;
}
#requirement span {
	display: none;
}
#line {
	position: relative;
	top: 38px; left: 211px;
	width: 546px; height: 2px;
	background: url( '../files/line.gif' ) left top repeat-x;
}
#install {
	position: relative;
	top: 57px; left: 210px;
	width: 548px; height: 72px;
}
div.button {
	float: left;
	width: 548px; height: 72px;
	margin: 0;
}
div.button span {
	display: none;
}
div.button a {
	display: block;
	width: 100%; height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url( '../files/install.gif' ) left top no-repeat;
}
div.button a:hover, a:active {
	background: url( '../files/install.gif' ) left -74px no-repeat;
}
#java {
	position: absolute;
	top: 100%; left: 50%;
	width: 657px; height: 19px;
	margin-left: -329px;
	margin-top: -40px;
	background: url( '../files/java.gif' ) left top no-repeat;	
}
#java span {
	display: none;
}
