/* CSS Document */

body{background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-image:url(../images/photogallery/photobg.jpg);
	}

#hpicture{
	width:420px;
	height:280px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-220px;
	margin-top:-140px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border:none;
	border:10px solid white;
	}
#vpicture{
	width:300px;
	height:420px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-210px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border:none;
	border:10px solid white;
	}
#picture *{
	vertical-align:middle;
	}
span{
	display:inline;
	height:100%;
	width:1px;
	}
img{
	vertical-align:middle;
	}	
p {display: table-cell; vertical-align: middle}
	
#nav table tr td{
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	font-weight:700;
	}
#nav{
	position:absolute;
	top:40px;
	left:100px;
	}
a{
	color:#000000;
	text-decoration:none;
	}
a:hover{
	color:#990000;
	}
img { text-shadow: black 0.2em 0.3em 0.2em }