/* ==== Styles for HBAGA Splash Page ==== */

.landing {
	background:#CCC;
	margin:0;
	text-align: center;
}
.landing #wrapper {
	width:850px;
	margin:0 auto;
}
.landing #banner {
	background:url(../imgs/bak-splash-top.png) no-repeat center bottom;
	padding:0 0 34px;
	text-align:center;
}
.landing #content {
	background:url(../imgs/bak-splash-main.png) repeat-y center;
	padding:0 48px 25px;
}
.landing #latestnews {
	background:#093A81 url(../imgs/bak-splash-news.png) repeat-x top;
	border:1px solid #093A81;
	margin-top:20px;
	padding:20px 25px;
}
.landing #latestnews p {
	background:none;
	color:#FFF;
	line-height:1.5em;
	margin:0;
}
.landing #latestnews a {
	color: #FFF;
}
.landing #latestnews a:hover {
	color: #FCC;
}
.landing #footer {
	background:url(../imgs/bak-splash-ftr.png) no-repeat center top;
	padding-top:10px;
	text-align:center;
}
.landing #footer p, .landing #footer a {
	color:#444;
	font-size:11px;
}	
.landing #footer a:hover {
	text-decoration: none;
}	
*:focus {
	outline:none;
}
.landing #hot-topic {
	display: none;
}
	
