#centered_studio_footer {
        color: #fff;
        text-shadow: #000 0px 1px 0px;
     position:absolute;
     /*width:300px;
     height:200px;*/
     font-family: 'Josefin Sans', Arial;
     font-variant: small-caps;
     font-size: 300%;
     font-weight: 900;
     z-index:15;
     top:50%;
     left:50%;
     margin:-100px 0 0 -150px;
     text-align: left;
     verticle-align: middle;
     line-height:.63em;
     opacity:0.4;
     filter:alpha(opacity=40) /* For IE8 and earlier */
}


#studio_footer {
	position: absolute;
	top: 30px;
	left: 10px;
	font-family: 'Josefin Sans', Arial;
	font-variant:small-caps;
	font-size: 400%;
	/*font-weight:900; */
	/* display: block; */
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	line-height:.63em;
}

#caption_box {
	background-color: #000;
	position: absolute;
	width: 500px;
	height: 200px;
	bottom: 200px;
	right: 0px;
	text-shadow: #000 0px 1px 0px;
	opacity:0.4;
	filter:alpha(opacity=40) /* For IE8 and earlier */
	z-index: 100;
}

#caption {
	/* background-color: red; */
	position: absolute;
	width: 485px;
	height: 180px;
	bottom: 210px;
	right: 0px;
	font-family: 'Josefin Sans', Arial;
	font-variant:small-caps;
	font-size: 14pt;
	text-align: left;
	/* font-weight:900; */
	/* display: block; */
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	text-index:50px;
	line-height:.63em;
	padding-bottom: -10px;
	z-index: 0;
}

#studio_footer_opacity {
/*	background-color: red; */
	position: absolute;
	top: 30px;
	left: 10px;
	font-family: 'Josefin Sans', Arial;
	font-variant:small-caps;
	font-size: 300%;
	font-weight:900;
	/* display: block; */
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	line-height:.63em;
	opacity:0.4;
	filter:alpha(opacity=40) /* For IE8 and earlier */
}

#contact_header {
/*	background: #ccc; */
	position: absolute;
	bottom: 100px;
	left: 10px;
	font-family: 'Josefin Sans', Arial;
	font-size: 30px;
	font-weight:600;
	/* display: block; */
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	line-height:.63em;
}

body {
    background-color: #fff;
}

a { 
	text-decoration:none; 
	outline: none; 
	color:#fff; 
	/* background:#222; */
}

a:hover {
	color:#427cb4;
}

#social_net {
/*	background: #ccc; */
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

p { 
	/* padding:0 30px 30px 30px; */ 
	color:#fff; 
	font: 11pt 'Josefin Sans', Arial; 
	font-variant:small-caps;
	text-shadow: #000 0px 1px 0px; 
	line-height:normal; 
	
	}
		 
p a { 
	font-size:13pt; 
	text-decoration:none; 
	outline: none; 
	color:#ddd; 
	/* background:#222; */
	background:rgba(34,34,34,0.45); 
	border-top:1px solid #333; 
	padding:0px 5px 0px 5px; 
	-moz-border-radius:0px; 
	-webkit-border-radius:0px; 
	border-radius:0px; 
	-moz-box-shadow: 0px 1px 1px #000; 
	-webkit-box-shadow: 0px 1px 1px #000; 
	box-shadow: 0px 1px 1px #000; 
	
	}
			
p a:hover { 
			background-color:#427cb4; border-color:#5c94cb; color:#fff; }
			
h3	{ 
			padding:30px 30px 20px 30px; 
	}
			
#content	{ 
			position:absolute; 
			bottom:30px; 
			left:10px; 
			background:#111; 
			background:rgba(0,0,0,0.00); 
			width:700px; 
			text-align:left; 
			z-index:10000 
			
			}
			
.stamp		{ 
			float: right; 
			margin: 15px 30px 0 0;
			}
			
#media	{ 
			position:absolute;
			top:300px;  
			background:#111; 
			width:700px; 
			height:500px; 
			z-index:10000 
			
			}
	
#imgdisplay	{ 
			display:none
			
			}
