﻿#home .motto {
	background-image: url(/images/new/pps-motto.gif) !important;
	background-repeat: no-repeat;
	height: 104px;
	width: 700px;
	text-indent: -9999px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}


#home #content !important{
	background-image:url(/images/new/icon-off.gif);
	background-position:50px 155px;
	background-repeat:no-repeat;
	text-align:center;
	margin: 0px;
	padding: 0px;
	width: 770px;
}


#overlay { filter:alpha(opacity=60); }
/*
Alpha PNG support for IE

Self-removing expression trick from: http://dean.edwards.name/my/misbehaviors/

\*/

* html img/**/ {
 filter:expression(
 this.napalmLoaded
 ? "" :
 (
 this.src.substr(this.src.length-4)==".png"
 ?
 (
 (!this.complete)
 ? "" :
 this.runtimeStyle.filter=
 ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
 (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
 String(this.napalmLoaded=true).substr(0,0)+
 (this.src="/images/new/blank.png").substr(0,0)
 )
 :
 this.runtimeStyle.filter=""
 )
 );
}
/**/