@charset "utf-8";
/* CSS Document */


#news-container,  {
	position:relative;
	width:950px;
	height:800px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	background-color: #B2C4D0;
	
}

#Sponsor_logo {
	position:absolute;
	width:200px;
	height:54px;
	z-index:1;
	top: 110px;
	left: 580px;
}
#tag {
	position:absolute;
	width:450px;
	height:90px;
	z-index:2;
	top: 70px;
}

#photo-holder {
	position:relative;
	width:900px;
	height:10px;
	z-index:1;
	left: 0%;
	top: 125px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}


h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right:10px;
}

