@charset "utf-8";

html{
	height:100%;
	background:url(img/frame.png) no-repeat center top;
}

body{
	width:900px;
	min-height:100%;
	margin:0 auto;
}

#content{
	padding:370px 20px 200px 260px;
	background:url(img/footer.png) no-repeat 0 100%;
	zoom:1;
}

#content:after{
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}

div.product{
	padding:0.5em 0;
	border-bottom:1px solid #999;
}

dl{
	margin:0;
}

dt{
	float:left;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0 0;
	border-right:1px solid #333;
}

dd{
	margin:0 0 0.3em;
}
