/* Top section */

.intro {
    width: 250px;
}

/* Middle section */

.block {
    width: 300px;
}

.block.left {
    margin-right: 50px;
}

.block h2 {
    margin-top: 0;
}

.blocks {
    border-bottom: 1px solid #F2F2F2;
}

/* Bottom section */
.twitter {
    position: relative;
    top: 15px;
    margin-left: 100px;
    overflow: hidden;
}

.twitter img, .twitter p {
    display: block;
    float: left;
}

.twitter p{
    width: 350px;
    height: 120px;
    margin: 50px 0 0 0;
    padding: 20px 0 0 80px;
    font-size: 1.1em;
    background: transparent url('/img/twitter/balloon.png') no-repeat;
}
