* {
	border: 0;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#container {
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -50px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}


div#photoholder {
  width: 300px;
  height: 100px;
  background:#fff url('../images/loading.gif') 50% 50% no-repeat;
}

div#thephoto {
  width: 300px;
  height: 400px;
}

div#footer {
	width: 300px;
	font-size: 10px;
	height: 20px;
	color: #0c1c0b;
}

a:link
{
	color: #000;
	text-decoration: none;
	/*text-shadow:0 1px 0 #FFFFFF;*/
}

a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover, a:active { 
	outline: none;
	color: #496b08;
}

a.no-border { background: none; }

.map {
	background: url(../images/arrow.gif) no-repeat;
	padding: 5px 0px 5px 28px;
}