body {
	/*background-color: #414141;*/
	background-color: #000;
	height: 976px;
	width: 100%
	text-align: center;
	border: none;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, Trebuchet, sans-serif;
	font-size: 13px;
}

img {
	behavior: url("/includes/pngbehavior.htc");
}

#photo {
  position: center;
  text-align: center;
  border: none;
  padding:0px 20px 20px 20px;;
}

#photo a.visited {
  color:#000000;
}

#bottom-nav {
	width:100%;
	text-align:center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin-top: 15px;
}

#bottom-nav a {
	text-decoration: none;
	color: #fff;
	margin-right: 15px;
}

#bottom-nav a:hover {
	color: #5f89c3;
}

