@charset "UTF-8";

@media all
{
	#text1 {
		margin-bottom: 3em;
	}
	
	#news {
		overflow: hidden;
		height: 450px;
		width: 600px;
		border: 0px solid black;
	}
	
	#heading1 {
		display: block;
		margin-top: 30px;
	}
	
	.article {
		margin-bottom: 3em;
		border-top: 1px solid #3399cc;
		position: relative;
	}
	
	object {
		margin-bottom: 2em;
	}
	
	.date {
		color: #3399cc;
		margin-bottom: 1em;
	}
	
	.new {
		position: absolute;
		right: -5px;
		top: 0px;
		width: 70px;
		height: 70px;
		
		background: url(../media/new.png) no-repeat top left; !important
		background: url(../media/new.gif) no-repeat top left;

		z-index: 1000;
	}
	
}


