/* 	File: newsroom.css
	Author: nicholas.defelice@gmail.com
	
	Color Key:
	Gold: ffb400
	Purple:560066
	links on white pages are color: #63057A
	links of black pages are color: #FF9900
*/

/*	DEFINE NEWSROOM BACKGROUND
----------------------------------------------------*/

#wrapper {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: 53% 55%;
	
}

/* set font color and font type (commented out) */
#content{	
	color: white;
	font-family: Arial;
}



