body {
margin: 0;
padding: 0;
background-color: #31282d;
color: #31282d;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}

a {
 font-size: 14px;
 text-decoration: none;
 color: #8e2f2b;
}


#container {
background: #e0d2be;
}

#desc {
width: 300px;
margin-left: 60px;
text-align: center;
font-size: 14px;
text-transform: uppercase;
}

#thumbs a img {
border: 3px solid #f9eedf;
}



