#pageContent {
	 width:963px;
	 margin: auto;
	 margin-top: 19px;
	 margin-bottom:20px;
	 background: url(../images/RodLogoAndJingle.jpg);
	 background-repeat:no-repeat;
	 background-position:top;
	 border:solid 1px white; /* this is fix */
	 opacity:0;
	 filter:Alpha(opacity=0);
	 min-height:1px; /* Opacity fix for IE */
}

#Image {
	width:961px;
	height:391px;
	position:relative;
	left:-1px;
	background-image:url(../images/spacer.gif);
	background-repeat:no-repeat;
	opacity:0;
	filter:Alpha(opacity=0);
	cursor:pointer;
	min-height:1px; /* Opacity fix for IE */

}

#ImageBack {
	margin-top:14px;
	background-image:url(../images/spacer.gif);
	background-repeat:no-repeat;
	opacity:0;
	filter:Alpha(opacity=0);
	min-height:1px; /* Opacity fix for IE */
}

#quickInfo {
	margin-top:17px;
	line-height:21px;
	font-size:14px;
	padding-right:2px;
	min-height:1px; /* Opacity fix for IE */
	opacity:0;
	filter:Alpha(opacity=0);
}

#quickInfo a {
  color: #f7941e;
}

#quickInfo a:hover {
  color: #f7941e;
  text-decoration:underline;
}

#quickInfo a:visited {
  color: #f7941e;
}

#quickInfo a:active {
  color: #f7941e;
}

#mainMenu {
	margin-top:61px;
	margin-left:174px;
	opacity:0;
	filter:Alpha(opacity=0);
	min-height:1px; /* Opacity fix for IE */
}

#copyRight {
	filter:Alpha(opacity=0);	
	margin-top:19px;
	padding-left:174px;
	font-size:11px;
	opacity:0;
	filter:Alpha(opacity=0);
    padding-right:2px;
	min-height:1px; /* Opacity fix for IE */
}



