@import url("main.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b6173;
	line-height: 120%;
	background-position: center top;
	background-image: url(../images/bkg.gif);
}
#content {
	width: 900px;
	position: relative;
	z-index: 2;
	padding: 0px;
	background-position: center center;
	background-image: url(../images/BKG-CONTENT-HOME.jpg);
	background-repeat: no-repeat;
	top: 0px;
	height: 505px;
}
.welcome_bkg {
	background-image: url(../images/welcome-bkg.gif);
	background-repeat: no-repeat;
}
.news_events_bkg {
	background-image: url(../images/news_events_bkg_middle.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.video-bkg {
	background-image: url(../images/video-bkghome.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	background-position: center center;
}
