@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
	background:#003300 url(images/bg.gif) center top no-repeat;
	height:900px;
}
h1{
	margin:0px;
	padding:0px;
	font-size:15px;
}
#DivMain{
	margin:0px auto;
	margin-top:65px;
	width:900px;
	text-align:left;
	font-family:Tahoma;
	font-size:15px;
	color:#3F3118;
	line-height:18px;
}
#DivMain a{
	color:#336600;
	text-decoration:none;
}
#DivMain a:hover{
	text-decoration:underline;
}
.stext{
	font-size:12px;
}