@charset "UTF-8";
/* CSS Document */


p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background-color: #000;
	/*font-variant: small-caps;*/
}


.contentpane {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 1412px;
    height: 698px;
	background-image:url(images/photo-bkgd.jpg);
	
}

.photoframe {
	width:640px;
	-moz-box-shadow:    0 0 80px 20px #444;
	-webkit-box-shadow: 0 0 80px 20px #444;
	box-shadow:         0 0 80px 20px #444;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(200, 200, 200, 0.1);
}

.photopane {
	width:533px;
	-moz-box-shadow:    10px 10px 10px 0px #222;
	-webkit-box-shadow: 10px 10px 10px 0px #222;
	box-shadow:         10px 10px 10px 0px #222;
	text-align:left;
}

.glasspane {
	width:550px;
	height:420px;
	position:absolute;
	top:130px;
	background: rgba(0, 0, 0, 0);
}

.copyright {
	font-variant: small-caps;
	color:#999;
	position:absolute;
	top:480px;
	background: rgba(0, 100, 150, 0.3);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 8px;
}
