body {
    background-image:url(../images/back.gif);
}

.border {
    border-bottom:1px;
    border-bottom-color:teal;
    border-bottom-style:solid;
    width:80%;
}

.border2 {
    border-bottom:1px;
    border-bottom-color:teal;
    border-bottom-style:solid;
    width:80%;
    position:relative;
    left:28px;
    text-indent:4px;
}
