@charset "utf-8";
/* CSS Document */

/* Page Services Start*/
#home {
	width: 535px;
	height: 850px;
	position: absolute;
	background-image: url(../images/page-home-bg.jpg);
	background-repeat: no-repeat;
}
.home {
	width: 535px;
	height: 805px;
	position: absolute;
	top: 44px;
	background-image: url(../images/page-home-bg-repeat.jpg);
	background-repeat: repeat-y;
}
.latest-news-bar {
	width: 243px;
	height: 850px;
	position: absolute;
	left: 535px;
	background-color: #339ED4;
}
.latest-news-bg {
	width: 63px;
	height: 67px;
	position: absolute;
	left: 180px;
	top: 783px;
	background-image: url(../images/latest-news-bg.jpg);
}
/* Page Services End */
#footer {
	width: 778px;
	height: 36px;
	position: relative;
	margin: 0 auto;
	top: 325px;
}
.footer {
	width: 486px;
	height: 36px;
	position: absolute;
	background-image: url(../images/footer-copyright.jpg);
	top: 325px;
}
.footer-br {
	width: 57px;
	height: 36px;
	position: absolute;
	left: 486px;
	background-image: url(../images/footer-br.jpg);
	top: 325px;
}
.footer-end {
	width: 235px;
	height: 36px;
	position: absolute;
	left: 543px;
	background-image: url(../images/footer-end.jpg);
	top: 325px;
}
