html, body {	height: 100%;	margin: 0;	padding: 0;	font-family:		Arial,Helvetica,sans-serif;	font-size:			11px;	color:				#757575;	line-height: 1.5em;}a {	font-size:			11px;	font-weight:		normal;	font-family:		Arial,Helvetica,sans-serif;	color:				#757575;	text-decoration: 	underline;}a:hover {	color: 				#000;}
.enclose {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:center;
	width:400px;
}.left {
	width: 400px;	text-align: center;	color: #757575;
	margin-top: 100px;}.right {	text-align: center;
	width: 400px;	color: #757575;}
.hLine {
	height: 1px;
	background-color: #757575;
	width: 400px;
	margin: 50px 0 50px 0;
}