/* CSS Document */

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	line-height: 120%;
	color: #fff;
}

#image {
	position: absolute;
	height: 100%;
	width: 100%;
	
}

#image img {
	max-height: 100%;
	max-width: 100%;
	
	
}

#image2 {
	position: relative;
	margin: 20px auto 0 auto;
	width: 1000px;
}

#image2 img {
	border: 27px #fff solid;
	
}

#image2 .address {
	position: absolute;
	left: 795px;
	top: 47px;
	text-align:left;
	font-size: .90em;
}

#image2 a:link {color: #b5272d; text-decoration: underline; font-weight: bold;}
#image2 a:visited {color: #b5272d; text-decoration: underline; font-weight: bold;}
#image2 a:hover {color: #b5272d; text-decoration: none; font-weight: bold;}

#footer {
	margin: 20px 0 20px 0;
}

