body {
	font-family: Tahoma,Arial;
	font-size: 13px;
	margin: 10px;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

#page-wrapper {
	position: relative;
	width: 800px;
	height: 950px;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: 50px;
	font-size: 11px;
	color: #AAA;
}

#footer a {
	font-size: 11px;
	color: #AAA;
}

#logo {
	position: absolute;
	top: 0px;
	left: 80px;
}

#img-top {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 798px;
	height: 165px;
}

#img-bottom {
	position: absolute;
	top: 800px;
	left: 80px;
	width: 798px;
	height: 135px;	
}

#button-top {
	position: absolute;
	left: 468px;
	top: 10px;
	display: block;
	width: 208px;
	height: 38px;
	background: url("../img/bt-see-product.png") no-repeat;
}

#button-bottom {
	position: absolute;
	left: 468px;
	top: 640px;
	display: block;
	width: 208px;
	height: 38px;
	background: url("../img/bt-see-product.png") no-repeat;
}

#content-wrapper {
	position: absolute;
	top: 110px;
	left: 50px;
	width: 700px;
	height: 820px;
	background-color: #F1DB9F;
}

#content {
	position: absolute;
	top: 230px;
	left: 76px;
	width: 555px;
	line-height: 18px;
}

#content  h2 {
	font-size: 13px;
}

#content p {
	margin: 5px 0 15px 0;
}

#content ul {
	list-style-image: url("../img/point.png");
	font-weight: bold;	
}

* html #content ul  {
	margin-top: 0px;
	margin-left: 26px;
}
* html #content ul  li {
	padding: 3px 0 4px 15px;
}




