#container {
	width: 1024px;
	margin: 0 auto;
	bottom: 0 px;
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
#content {
	padding-bottom: 25px;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 25px;
	width: 1024px;
}
.page-bg {
	background-image: url(../images/site_bg.png);
	height: 100%;
	width: 1024px;
}
.page-bg-home {
	background-image: url(../images/site_bg_home.png);
	height: 100%;
	width: 1024px;
}
.background_color {
	background-color:#0A283C;
}
.highlight_color {
	background-color:#FFFF00;
}
.header {
	background-image: url(../images/header_bg.png);
	height: 167px;
	width: 835px;
}
.nav_bar_bg {
	background-image: url(../images/gold_bar.png);
	height: 3px;
	width: 100%;
}
.shadow1 {
	background-image:url(../images/shadow_left.png);
	height: 100%;
	width: 12px;
}
.shadow2 {
	background-image:url(../images/shadow_right.png);
	height: 100%;
	width: 12px;
}
.copyright {
	background-image: url(../images/copyright.png);
	height: 25px;
	width: 1024px;
}
.copyright_home {
	background-image: url(../images/copyright_home.png);
	height: 25px;
	width: 1024px;
}