#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -500px; 
   top: -500px;
   height: 1px;
   width: 1px;
   color:transparent;
   visibility:hidden;
   overflow:hidden;
   z-index:-500;
}

/*///////////// PAGE LOADER BEGIN */

html, body {
  margin:0px;
  padding:0px;
  overflow:auto;
  height:100%;
}

#loading-mask{
	top:0px;left:0px;
	width:100%;
	height:100%;
	background:#000000;
	position:absolute;
	z-index:20000;
}

#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:10px;
	text-align:center;
	z-index:20001;
}

#loading .loading-indicator{
	border:1px solid #FF0000;
	background:#000000;
	color:#FF0000;
	padding:10px;
	margin:0;
}

/*///////////// PAGE LOADER END */



a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

#content-wrapper {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#menu {
	position:absolute;
	height:100%;
	width:100px;
	left:63px;
	top:10px;
	font-size:9px;
	line-height:20px;
	z-index:20;
}

#about, #current, #upcoming, #artists, #archive, #press, #contact {
	position:absolute;
	display: none;
	left:-15px;
	width:10px;
	height:10px;
	font-size:11px;
	color:#FF0000;
}

#logo {
	position:absolute;
	height:50px;
	width:143px;
	left:-1px;
	top:185px;
	overflow:hidden;
	background:url(../../images/artgallery_logo2.png) no-repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/artgallery_logo.png', sizingMethod='scale');  */
}

img, div #logo {
	behavior: url(_lib/js/iepngfix.htc)
} 

#iframe {
	background-color:transparent;
	position:absolute;
	top:10px;
	left:165px;
	height:700px;
	width:960px;
	z-index:0;
	overflow:hidden;
}
