body {
	background-image: url(images/topbar_bg.gif);
	background-repeat: repeat-x;
}
.copyright {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
	font-size: 9px;
}
.titleimage {
	background-image: url(images/title_image_new.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	position: absolute;
	height: 160px;
	width: 100%;
	top: 0px;
	left: 0px;
}
.logo {
	background-image: url(images/logo1.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	left: 7px;
	top: 0px;
	height: 162px;
	width: 170px;
}
.content {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 170px;
	padding-left: 180px;
}
