html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #5A5C58;
	margin:0;
	padding:0;
	text-align : center;
}

div, h1, h2, h3, p, ul, li{
	margin : 0;
	padding : 0;
}
h3 {
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
a {
	color: #5A5C58;
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
	color : #A49A7F;
}


#main{
	 width: 800px; 
	 height: 565px; 
	 margin-left: -400px; 
	 margin-top: -315px; 
	 top: 50%; 
	 left: 50%; 
	 position: absolute; 
	 text-align: left;
}
#photo{
	width: 800px;
	height: 570px;
}
#addr{
	position : absolute;
	width:100%;
	left : 0px;
	height : 15px;
	text-align : center;
	top: 100%; 
	margin-top: -45px; 
	font-size: 11px;
	
	
	
}


#footer{
	position : absolute;
	top: 100%;
	right:0px;
	margin-top : -15px;
	font-size: 10px;
	width : 100%;
	height : 15px;
	color: #959890;
}

#footer span{
	margin-left : 10px;
	margin-right: 10px;
}

#footer #copyright{
	float : left;
}

#footer #credits{
	float : right;
}