body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px 'Microsoft Yahei','Simsun';color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#2d374b;}
a:hover {color:#d00;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
img {vertical-align:middle;}
/***/
.MainContainer{
	display:table;
	width:100%;
	height:100%;
}
.MainContainer .ContainerTd{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.ContBox{
	width:765px;
	height:200px;
	background:url(notebg.png) no-repeat;
	text-align:left;
	margin:auto;
	color:#FFF;
}
.ContBox .Noteword{
	padding:30px 50px 0 260px;
	line-height:30px;
	font-size:18px;
	
}
.ContBox .other{
	padding:20px 50px 0 260px;
	line-height:30px;
	font-size:16px;
}
.ContBox .other a{
	display:inline-block;
	background:#EEE;
	padding:0 10px;
	color:#666;
	border-radius:5px;
	margin-left:5px;
}
.ContBox .other a:hover{
	background:#F60;
	color:#FFF;
}