p{
    margin-top: 20px;
}

b{
    font-family: sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-left: 50px;
}

.column{
    padding-top: 5px;
}

#text{
    margin-left: 50px;
    margin-top: 35px;
    margin-right: 50px;
}

.border{
    margin: auto;
    border: 2px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-width: 734px;
    box-shadow: 0 0 5px #CCCCCC;
}

.content{
    float: none;
    min-height: 500px;
}

.background{
    padding-top: 50px;
}