body {
	background-color: #050020;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#flashContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	text-align: center;
	z-index: 1;
}
#bottomNav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	top: 670px;
	z-index: 2;
	position: absolute;
}
#bottomNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}
#bottomNav p a {
	color: #FFF;
	text-decoration: none;
}
#bottomNav p a:hover {
	color: #F7CF1B;
	text-decoration: underline;
}


#announcement {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	top: 4px;
	left:4px;
	z-index: 2;
	position: absolute;
	background-color:#666;
	border: #F7CF1B solid 1px;
}
#announcement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
}
#announcement p a {
	color: #FFF;
	text-decoration: none;
}
#announcement p a:hover {
	color: #F7CF1B;
	text-decoration: underline;
}

#call {float:right;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	top: 15px;
	right:340px;
	z-index: 2;
	position: absolute;
	
color: #fad11b;
	
	
}
#call p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fad11b;
	text-align: center;
}

