/* Styling for the Nathan Archer Photography 404 Page */ 

body {
  background-color: #1C1C1C;
  color: #D3D3D3;
  font-family: "Century Gothic", Arial;
  font-size: 3;
  text-align: center;
}


a:link { 
	color: #D3D3D3;
}

a:visited { 
	color: #D3D3D3;
}

a:active { 
	color: #D3D3D3;
}

div#content {
  margin-top: 60px;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  
}

img#naplogo{
 border: 2pt solid #D3D3D3;
}