#container {
	width: 1020px;
	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: 1020px;
}
.page-bg {
	background-image: url(../images/bg_main.png);
	height: 100%;
	width: 1020px;
}
.page-bg-home {
	background-image: url(../images/bg_home.png);
	height: 100%;
	width: 1020px;
}
.background_color {
	background-color:#023061;
}
.highlight_color {
	background-color:#FFFF00;
}
.nav_bar {
	background-image: url(../images/nav_bar.png);
	height: 25px;
	width: 1px;
}
.shadow1 {
	background-image:url(../images/shadow_left.png);
	height: 100%;
	width: 10px;
}
.shadow2 {
	background-image:url(../images/shadow_right.png);
	height: 100%;
	width: 10px;
}
.copyright {
	background-image: url(../images/copyright.png);
	height: 20px;
	width: 1020px;
}
.copyright_home {
	background-image: url(../images/copyright_1.png);
	height: 20px;
	width: 1020px;
}