body {
	background-color: #000;
	margin: 0px;
}
.bgAnnouncement {
	background-image: url(images/bg_announcement.png);
	background-repeat: repeat;
}

.announcementTopBG {
	background-image: url(images/announcement_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.announcementBottomBG {
	background-image: url(images/announcement_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.whiteBG {
	background-color: #FFF;
}
.announcement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
.announcementBody {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
}
.bodyText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodyTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	font-weight: bold;
}
a:link {
	color: #690;
}
a:visited {
	color: #690;
}
a:hover {
	color: #F00;
}
a:active {
	color: #6C0;
}
#contentContainer {
	width: 600px;
	margin: 0 auto;
	position: relative;
	height: auto;
}
#starbust {
	height: 147px;
	width: 148px;
	position: absolute;
	left: 725px;
	top: 430px;
}

