body {
	margin: 0px;
}
div,td,input,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
div {
	float: left;
	width: 100%;
}
img {
	border: none;
}
.top {
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	text-align: center;
}
.logo {
	text-align: center;
}
.bar {
	background-color: #35a000;
	height: 10px;
}
.intro {
	float: none;
	width: 500px;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	margin: auto;
	clear: both;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #35a000;
	border-bottom-color: #35a000;
	border-left-color: #35a000;
}
.intro .but {
	margin: auto;
	float: none;
	height: 43px;
	width: 193px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(but_bg.gif);
	background-repeat: no-repeat;
	line-height: 43px;
	text-indent: 20px;
}
.foot {
	float: none;
	width: 500px;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
	margin: auto;
	clear: both;
	text-align: center;
}