#wrap{
    background:url("../img/bg_pages.jpg") repeat-x center top;
}
#content_middle{
    margin:0 auto;
    width: 900px;
    padding: 15px 35px;
    background:url("../img/bg_contents.png") no-repeat center top;
    margin-top:20px;
    margin-bottom:0px;
    height:auto;
}

#content_middle ul{
    float:left;
    width:442px;
    margin-top:15px;
    margin-bottom:50px;
}

#content_middle ul li{
    float:left;
    padding-left:35px;
    width:390px;
    font:bold italic 16px 'Roboto','Arial',sans-serif;
    color:#1467ac;
    line-height:35px;
	list-style:square inside;
}