html, body {
	width: 100%;
	height: 100%;
	font-family: arial;
	background: #e1e1e1;
	min-width: 999px;
	min-height: 690px;
	-width: expression(document.documentElement.clientWidth < 999? "999": "100%");
	-height: expression(document.documentElement.clientHeight < 641? "640": "100%");
}

.main{
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 999px;
	min-height: 690px;
}

#centerblock{
	width: 982px;
	height: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -491px;
}

.leftlink{
	width: 491px;
	height: 640px;
	background-image: url(mainbg00.jpg);
	background-position: top left;
	float: left;
	behavior:url("hover000.htc");
  position: relative;
}

.leftlink:hover{
	background-position: bottom left;
}


.centerlink{
	float: left;
	color: #969696;
	width: 71px;
	text-align: center;
}




.rightlink{
	width: 491px;
	height: 640px;
	background-image: url(mainbg00.jpg);
	background-position: top right;
	float: right;
	behavior:url("hover000.htc");
	color: #969696;
  position: relative;
}

.rightlink:hover{
	background-position: bottom right;
}


.mainlink{
	font-size: 24px;
  bottom: 300px;
	left: 80px;
	padding-bottom: 1px;
  position: absolute;
}
.mainlink a{
	color: #666666;
}

.rightlink:hover .mainlink a, .leftlink:hover .mainlink a{color: #8d3555; text-decoration: none;}
.rightlink.hover .mainlink a, .leftlink.hover .mainlink a{color: #8d3555; text-decoration: none;}

.maintext{
	font-size: 13px;
	color: #333333;
	padding-left: 80px;
	padding-right: 50px;
	margin-top: 20px;
	line-height: 19px;
  margin-top: 360px;
}

.otherlink{
	font-size: 13px;
	padding-left: 80px;
	padding-right: 50px;
	margin-top: 15px;
	line-height: 15px;
}
.otherlink a{
  float: left;
  clear: left;
  color: #848484;
  font-family: arial;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 12px;
  width: 350px;
}
.otherlink a:hover{
  text-decoration: none;
  color: #333333;
}

#logo{
	width: 149px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(logo2000.gif);
  z-index: 99;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 40px;
}
#footer p{
	float: left;
	color: #666666;
	font-size: 12px;
	margin: 0 15px;
	_margin: 0 14px;
	height: 18px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#footer p a{
	color: #666666;
}

#footer p strong{
	font-size: 18px;
	font-weight: normal;
	margin-top: -5px;
	float: left;
}

