.slogan {
    background-image: url(..images/slogan.jpg);
	background-position: center;
}
.time-text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.headerbg {
	background-image: url(../images/header_bg.jpg);
	width: 100%;
	height: 100%;
}
.bodybg {
	background-image: url(../images/main_body_bg.jpg);
	width: 100%;
	height: 100%;
}
.nav_bar_bg	{
	background-image: url(../images/nav_bar-bg.jpg);
	height: 25px;
}
.nav_bar_shadow {
	background-image: url(../images/bottom-shadow.jpg);
	height: 10px;
	width: 100%;
}
.copyright_shadow {
	background-image: url(../images/upper_shadow.jpg);
	height: 10px;
	width: 100%;
}
.copyright_bg {
	background-image: url(../images/copyright.jpg);
	height: 15px;
	width: 100%;
}
