*{
	margin:0;padding:0;
}
body{
	background-color:white;font-size:62.5%;text-align:center;
}
p{
	margin:2em 0;
	font-size:1.4em;
}

#topNews{
	width: 376px;
	float:right;
	margin-right: 0;
	margin-top:100px;
	text-align:left;
	padding-bottom:10px;
	background: white url(../img/bottom.gif) bottom no-repeat;
}
#topNews ul{
	width:100%;
	height:100px;
	list-style:none;
	background: White url(../img/bgline.gif) repeat-y;
}
#topNews li{
	text-indent:1.5em;
	font-size:1.2em;
	line-height: 1.6em;
	float: left;
	width:177px;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis ;		
}
#topNews h4{
	background: White url(../img/top.gif) no-repeat;
	height:30px;
	font-size:1.2em;
}
#topNews a:link,#topNews a:visited{
	background: White url(../img/icon.gif) 1px no-repeat;
	padding-left:10px;
	text-decoration: none;
	color:black;
}
#topNews a:hover,#topNews a:active{
	color:#f60;
	text-decoration: underline;
	background: White url(../img/icon1.gif) 1px no-repeat;
}
#btnOpen{
	margin-top:7px;
	margin-left:7px;
	display: inline;
	cursor:pointer;
}
