* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
img  {
	border: none;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 400px;
	height: 100%;
}

#logo {
	width: 359px;
	margin: 0 auto 0 auto;
	padding-top: 80px;
}
#click {
	width: 58px;
	margin: 30px auto 0 auto;
}
#address {
	width: 393px;
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: 40px;
}
