.index {
	position: absolute;
	height: 700px;
	width: 100%;
}
.index-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	height: 90px;
	width: 100%;
	background-color: #4d398e;
	top: 200px;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	z-index: 1;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.index-button {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 380px;
	width: 100%;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	position: absolute;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	top: 500px;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
}
