#container {
background:#fff url(img/container_bg.jpg) no-repeat 50% top;
}
.section{
margin:0 auto 50px;
line-height:1.5;
width:600px;
}
.ml{
margin-bottom:0.5em;
padding:14px 10px 12px;
border-left:#ccc solid 6px;
line-height:1;
font-size:14px;
background: url(img/bg.png) repeat left top;
}
table{
width:100%;
border-collapse: collapse;
border-spacing: 0;
}
table th{
width:18%;
}
table td{
width:82%;
}
table th,
table td{
padding:8px 15px;
border-bottom: #ccc solid 1px;
background: url(img/bg.png) repeat left top;
}