@charset "utf-8";
/*----------------------------------------------------------------------------------------------
Main Title Style
-----------------------------------------------------------------------------------------------*/
.maintitle {
	margin-top: 20px;
}
.maintitle h2 {
	height: 160px;
	background: url(../images/mainimage.jpg) no-repeat 0 0;
	text-indent: -9999em;
}
.maintitle div {
	display: none;
}
/*----------------------------------------------------------------------------------------------
PrivacyPolicy Style
-----------------------------------------------------------------------------------------------*/
#contact {
	width: 774px;
	height: 200px;
	background: url(../images/contact.jpg) no-repeat 0 0;
	text-indent: -9999em;
	margin:10px 0 20px 0;
}

#contact div {
	display: none;
}
