﻿/*************STYLES FOR HOME PAGE ONLY**************/
/*to make background transparent for Flash animation*/

#container1 {
	background-color:transparent; /*this rule takes out the white background color, so it doesn't show through*/
	background-image:none; /*this rule removes the background faux column image, in case we enable this in mainstyles.css*/
	}

/***** FLASH BANNER *****/
#flashbanner{
	background:transparent; /* this is the rule that removes the background, so the dark grey background image can show through*/
	}

