@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	height:100%;
	background-color:#ccc;
	font-family:tahoma;
	font-size:12px;
	color:#333;
}
body,
.menu-footer,
.menu-footer ul {
	padding:0;
	margin:0;
}
a:link,
a:visited,
a:active {
	color:#006699;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#006699;
	font-size:12px;
	text-decoration:none;
}
h1 {
	font-size:48px;
	font-weight:bold;
	color:#fff;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#333;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}
.clearfloat {
	clear:both;
}
/*===== baner ===== */
.top-banner {
	margin:33px 5px 0 5px; 
	width:900px; 
	height:278px
}
