﻿@import url(newsStyle.css);
@import url(newsshow.css);
/*base基础样式*/
* {
	margin:0;
	padding:0;
	list-style:none;
	font:12px/1.5em Verdana, Arial, "宋体", Helvetica, sans-serif;
}
body {
	background:#E2E2E2 url(bodyBg.jpg) 50% 0% no-repeat;
	color:#4d4f57;
}
table {
	border-collapse:collapse;
}
img, td, button {
	border:none;
}
select, input {
	vertical-align:middle;
}
a{
	text-decoration:none;
	color:#4d4f57;
}
a:hover {
	color:#f7941c;
}
/*===== Body Style 主体框架样式 =====*/
#content {
	width:1003px;
	margin:0 auto;
}
#footer {
	background:url(footer.png) no-repeat;
	height:28px;
	padding-top:32px;
	margin-top:-60px;
	text-align:center;
	behavior: url("scripts/iepngfix.htc");
}