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

#container {
	width:960px;
	margin:0px auto;
	position:relative;
	text-align: left;
}

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(../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%;}

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

#footer {
	position: relative;
	margin-top: -107px; /* negative value of footer height */
	height: 107px;
	clear:both;
	background-repeat: repeat;
	overflow-x: hidden
}

#footer a:link
	{color:#999;
	text-decoration: none;}
	
#footer a:visited
	{color: #999;
	text-decoration: none;}
	
#footer a:hover
	{color:#000;
	text-decoration: none;}

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

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