@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	margin-top: 0px;
}

#container { width:1152px; margin:0px auto; position:relative }

h2 { font-weight:100; text-shadow:#ffffff 1px 1px 0px; text-align:center; padding:20px; font-size:32px;  color:#555555; border-bottom:1px dashed #ccc; margin-bottom:30px;  font-family: Georgia, "Times New Roman", Times, serif ;  }


#gallery a { display:block; }
.preloader { background:url(../redesign/images/preloader.gif) center center no-repeat; display:inline-block; }


.preloader { background:url(i/89.gif) center center no-repeat #ffffff;  }

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

html, body {height: 100%;}

#wrap {min-height: 100%;
	width: 1152px;
	background-image:url(../images/spacer.png);
	margin: 0 auto;
	position:relative}

#main {overflow:auto;
	padding-bottom: 81px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -81px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	height: 81px;
	clear:both;
	background-repeat: repeat;
	overflow-x: hidden;
	width: 1152px;
}

.frame{
	width: 1152px;
	margin: 0 auto;
	overflow:hidden
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
