body
{
    text-align: center;
    font-family: "Comic Sans MS";
    font-size: 15px;
    font-weight: bold;
}
.wrapper
{
    width: 666px;
    margin: 0 auto;
    padding: 0 15px;
}
.stuff
{
    margin: 0px;
}
.thing
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 32px;
    float: left;
    width: 289px;
}
.details
{
    margin-top: 5px; 
    border-top: 1px solid #000;
    width: 289px;
}
.gayness
{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.deuce
{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

