Css wood mark

by Ruben Ruiz Perez

HTML

<div class="boxMark">
<diV class="whitePaper">
    <img src="http://www.watiky.com/wp-content/uploads/2014/10/happy-people.jpg" />
</div>
</div>

CSS

.boxMark
{
background:url(http://www.rockpanel.ru/files/RP%20Files/Images/Products/Rockpanel%20Woods/Large/Rockpanel_Woods_Beech2.jpg) repeat;

padding: 18px;
    box-shadow: 3px 3px 2px #666;
    display: inline-block;
}

.boxMark .whitePaper { background-color:#fff;
     padding: 5px;
}

.boxMark .whitePaper img {
    width: 250px;
    border: solid #ddd 1px;
}