body,html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin:0; padding:0;
	line-height:1.4;
	color:#333;
	font-size:0.9em;
	background:#f5f5f5; 
}

#cate_title {
	text-shadow: 3px 1px 1px #c0c0c0; 
	border-top: dotted 2px rgb(100,100,100); 
	border-bottom: dotted 2px rgb(100,100,100); 
	text-align: center; 
	font-size: 22px;
}

#cate_text {
	font-size:14px; 
	padding-top:10px; 
	padding-left:20px; 
	padding-right:10px; 
	text-align:left;
}

#foot_pos {
	width:800px; 
	position:absolute; 
	bottom:0px;
}

#foot_link {
	border-top:dotted 1px rgb(100,100,100); 
	text-align:center; 
	font-size:16px; 
	padding-top:5px; 
	padding-bottom:5px;
}

#foot_cr {
	border-top:dotted 1px rgb(100,100,100); 
	text-align:center; 
	font-size:12px; 
	padding-top:5px;
}

hr.mm{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
}

