div.home {
    background-image:url(../img/Introducao_fundo.jpg);
}

div.texto {
    position:relative;
    top:180px;
    left:200px;
    width: 606px;
    font-family: Arial;
    font-size: 13px;
    color:#333;
    line-height:20px;
}

div.texto p {
    display:block;
}