body {
	background: white;
/*	background-image: url(bg_nopage.jpg);
	background-repeat: repeat-x;*/
	color: #6F6F6E;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
}
h1 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #262626;
}
div {
	padding: 0;
	margin: 0;
}
.green {
	color: #67CD63;
}
#wrap { 
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 100px;
}
#inner {
	width: 700px;
	height: 450px;
	margin: auto;
	position: relative;
	background: transparent url(buyways_nopage.png);
}
#content {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 345px;
	height: 150px;
	text-align: left;
}
#address {
	position: absolute;
	right: 50px;
	bottom: 50px;
	_bottom: 30px;
	width: 201px;
	height: 166px;
	text-align: left;
}
#address a {
	color: #54b848;
}
