/* 	File: about_us.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 BACKGROUND FOR ABOUT_US
----------------------------------------------------*/

#wrapper {
	color: black;
	background-image: url("../images/content_main.jpg");
	background-repeat: no-repeat;
	background-position: 53% 55%;
	/*background-image: url("images/BTF_BG.jpg");
	background-repeat: no-repeat;
	background-position: 53% 67%;*/
}

#about_us_text {
	font-family: Arial;
	margin-top: 10px;
	min-height: 400px;
	width: 500px;
	float: left;
	color:#FFFFFF
}

#low_center_text {
	float: right;
}

#twitter{
	min-height: 400px;
	margin-left: 50px;
	margin-top: -6px;
	float: left;
	width: 324px;
}

.tweet {
	color:white;
}
