body {
	margin-top: 0px;
	
}
#photoholder {
	width:700px;
	height:600px;
	background-color: #000000;
	background-image: url(construction/slc.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#header {
	height: 600px;
	width: 700px;
	#background:  #000000 top left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;;
	padding: 0px;

}
#thephoto {
	width:700px;
	height:600px;
}
-->
</style> 
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> 
</head> 
 
 
<body> 
<div id="header"> 
<div align="center" id='photoholder'> 
  <p><a href="blog"><img src="construction/slc.jpg" width="700" height="600" id='thephoto'/></a></p> 
  <p>&nbsp;</p> 
</div> 
</div> 
</body> 
</html>