html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: xx-small;
	color: #00cf53;
	margin-top: -20px;
}

a {
	color: #000000;
}
div {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 1000px;
	height:700px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#div_news {
	position:absolute;
	height: 310px;
	width: 350px;
	z-index: 10;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	left: 610px;
	top: 190px;
	overflow: auto;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: extra-condensed;
	color: #000000;
	
}
