html{
	 height:100%;
	 width:100%;
	 }

body{
	height:100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../image/bg.gif);
	width:100%;
	}

.cap1 {  font-size: 10px; line-height: 13px; color: #666666; }
.cont02 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	}
	
a:link {
	color: #0080FF;
}
a:visited {
	color: #88C1FB;
}
a:hover {
	color: #FAA649
}
a:active {
	color: #FAA649
}
