body {
	font-size: 12px;
	background-color: #000;
	color: #FFF;
}
#main {
	height: 800px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#text1 {
	float: left;
	height: auto;
	width: 400px;
	text-align: center;
}
#text2 {
	float: left;
	height: auto;
	width: 400px;
	text-align: center;
	margin-top: 10px;
	line-height:1.4;
}

#pic1 {
	float: left;
	height: 130px;
	width: 350px;
	background-image: url(../img/index/index1.jpg);
	margin-top: 10px;
	padding-top: 120px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	line-height:1.4;
}
#pic2 {
	float: left;
	height: auto;
	width: 400px;
	text-align: center;
}
#enter {
	float: left;
	height: 35px;
	width: 145px;
	margin-top: 20px;
	margin-left: 20px;
}
#enter a {
	float: left;
	height: 35px;
	width: 145px;
	display: block;
	overflow: hidden;
	background-image: url(../img/index/enter1.jpg);
}
#enter a:hover {
	background-image: url(../img/index/enter2.jpg);
}
#exit {
	float: left;
	height: 35px;
	width: 100px;
	margin-left: 90px;
	margin-top: 20px;
}
#exit a {
	float: left;
	height: 35px;
	width: 100px;
	display: block;
	overflow: hidden;
	background-image: url(../img/index/exit1.jpg);
}
#exit a:hover {
	background-image: url(../img/index/exit2.jpg);
}
#text3 {
	float: left;
	height: auto;
	width: 400px;
	text-align: center;
	margin-top: 30px;
	line-height:1.4;
	font-size: 10px;
}
#table-frame {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 30px;
}
td {
	height: 31px;
	width: 88px;
	text-align: center;
}
