@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
background-repeat:no-repeat;
background-position:top center;
}

#wrapper{
	width:840px;
	margin:0 auto;
}

#top{
	background-image:url(image/sales-13-top.png);
	background-repeat:no-repeat;
	width:840px;
	height:42px;
}
#mid {
	background-image: url(image/sales-13-fill.png);
	background-repeat: repeat-y;
	width: 710px;
	height: auto;
	background-position: center top;
	padding:0 65px;
	line-height:150%;
}

#pain{
	font-size:16px;
}


#pain ul{
width:720px;
}

#mid ul li{
 list-style:none;
 padding-top:10px;
 padding-left:45px;
 font-weight:bold;
 line-height:40px;
 background-image:url(image/redx.png);
 background-repeat:no-repeat;
 background-position:left;
}
#bottom {
	background-image: url(image/sales-13-footer.png);
	background-repeat: no-repeat;
	width: 840px;
	height: 94px;
	padding-top:40px;
}

#apDiv1 {
	position:absolute;
	left:337px;
	top:44px;
	width:579px;
	height:22px;
	z-index:1;
}

#what ul li{
 list-style:none;
 padding-top:10px;
 padding-left:45px;
 font-weight:bold;
 line-height:40px;
 background-image:url(image/good.png);
 background-repeat:no-repeat;
 background-position:left;
}

#bonus {
	border: medium dashed #FF0000;
	padding: 15px;
}

#no ul li{
	background-image: url(image/no.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:36px;
}

#yes ul li{
background-image:url(image/yes.jpg);
background-repeat:no-repeat;
list-style:none;
padding-left:50px;
}

p{line-height:36px;}
