body 
{ 
	margin: 0px 0px 0px 0px; 
}
#PGNewsBox {
	background-color: #000;
	height: 300px;
	width: 700px;
	position: relative;
}
.NewsItem {
	background-color: #8CC63F;
	height: 20px;
	width: 20px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 250px;
	border: 1px solid #000;
	left: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
}
.News {
	position: absolute;
	z-index: 1;
}
.NewsBox {
	background-color: #666;
	position: absolute;
	z-index: 2;
	height: 75px;
	width: 700px;
	top: 150px;
	left: 0px;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
.NewsTitle {
	height: 50px;
	width: 700px;
	position: absolute;
	z-index: 3;
	top: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #CCC;
	text-indent: 30px;
	left: 0px;
}
.NewsLine {
	font-size: 18px;
	color: #CCC;
	text-indent: 65px;
	height: 30px;
	width: 700px;
	position: absolute;
	z-index: 3;
	top: 195px;
	left: 0px;
}

#Extra{
	position: relative;
	width: 700px;
}

#Extra ul {
	display: block;
	margin: 0px;
}
#Extra li {
	list-style-type: decimal;
}
