body, html {
	height: 100%; 
	overflow: auto; 
	margin:0; 
	padding:0; 
	background: black;
}	

#outer {
	display: table;
	position: static;
	margin: 0 auto;
	height: 100%;
}

#inner {
	display: table-cell; 
	vertical-align: middle; 
}

#content {
	position:relative;
}

#nav { 
	position: absolute;
	top: 10px;
	right:0px;
	width:45px;
	}

img {
	border-width: 0px;
}


#photo {
	margin: 10px 60px 10px 0;
}