/* Supersized */

* { margin:0; padding:0; }
body { background:#111; }
img{ border:none; }
	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:60px 0 0 -60px; text-indent:-999em; background:transparent url(../img/Studio_b_loading.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
	
#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#000;}
#supersized a.prevslide { z-index:-20; }
#supersized a.activeslide { z-index:-10; }
#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
		
	
	
/* Boulevard */

p{ padding:0 30px 30px 30px; color:#fff; font-family:"didot", georgia, serif; font-style: italic; font-size:11px; line-height:24px; padding:10px; letter-spacing: 1px;}

p a{ color:#fff; text-decoration:none; }

h1{ padding:30px 0 0 0; margin:0;}
			
/* #content{ margin-left:auto; margin-right:auto; margin-top:250px; width:500px; text-align:center; } */

#content{
position:absolute;
	top: 50%;
	left: 50%;
	width:500px;
	height:230px;
	margin-top: -100px; /*set to a negative number 1/2 of your height*/
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
	text-align:center;
}

/*
#content:hover{
	background:url('../img/bg-black.png');
}
*/

#overlay{
	position:absolute;
	display:none;
	background:url('../img/bg-black.png');
	top:0px;
	left:0px;
}
