HTML,body {
	margin: 0px;
	padding: 0px;
	background-color: #C2CAD5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#main{
	width:698px;
	height:288px;
	margin: 10px auto;
}

.-----------------------div1{
	width:698px;
	height:20px;
	top:350px;
	left:50%;
	margin-left:-349px;
	position: absolute;
	border: #00FF00;
	text-align: center;
}

.div1{
	width:698px;
	height:20px;
	margin: 10px auto;
	border: #00FF00;
	text-align: center;
}

div#mail{
	width:698px;
	height:40px;
	margin: 10px auto;
	border: #00FF00;
	text-align: center;
	font-size: 11px;
	color: #545454;
}

.link1 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}

.link1:hover {
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}

.link2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.link2:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

div#stat {
	width:698px;
	height:20px;
	top:425px;
	margin: 10px auto;
	border: #00FF00;
	text-align: center;
}


