body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	margin: 0;
	padding: 0;
}
div#wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}
div#content {
	width: 606px;
	height: 513px;
	background: white url(/share/pics/border.png) no-repeat;
	padding: 50px;
	padding-top: 70px;
	position: absolute;
	left: 50%;
	margin-left: -356px;
	top: -307px
}
/*div#info {
	
}*/
div#address {
	float: left;
	position: relative;
	top: 270px;
}
div#logo {
	float: right;
	position: relative;
	top: 360px;
	right: 10px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
