@import url(./js/prettyphoto/css/prettyPhoto.css);

@import url(./css/header.css);
@import url(./css/footer.css);
@import url(./css/body.css);
@import url(./css/info.css);

body
{
	background-color:#9e1313;
	background-image:url(./pic/bg.jpg);
	padding:0px;
	margin:0px;
}

#main
{
	width:100%;
	height:230px;
	background-image:url(./pic/bg_top.jpg);
	background-repeat:repeat-x;
}

#capsule
{
	width:980px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left: -490px;
}

.discount { float:left; width:330px; height:108px; margin-top:10px;  font-size:14px; font-family:Arial; color:#3d3d3d;  background-image:url(./pic/body/info/discount_body.jpg);  background-repeat:no-repeat; }
.discount .inner { padding:50px 0 0 85px; }
