h1{
    color:#8cc63e;
    font-size:18px;
    font-family:verdana;
    font-weight:normal;
}

#homeTop{
    position:relative;
    width:960px;
    height:140px;
    background-image:url('../images/homeTop2.jpg');
}

#homeMiddle{
    position:relative;
    width:960px;
    height:356px;
    background-image:url('../images/homeMiddle.jpg');
}

#individuals{
    position:absolute;
    top:165px;
    left:0px;
    width:433px;
    height:118px;
    cursor:pointer;
    /*background-color:red;*/
}

#business{
    position:absolute;
    top:283px;
    left:0px;
    width:433px;
    height:118px;
    cursor:pointer;
    /*background-color:green;*/
}

#avoidRisk{
    position:absolute;
    top:401px;
    left:0px;
    width:433px;
    height:122px;
    cursor:pointer;
    /*background-color:yellow;*/
}

#homePics{
    position:relative;
    width:960px;
    height:132px;
    background-repeat:no-repeat;
    background-image:url('../images/homePics.jpg');
    text-align:center;    
}


#content{
    text-align:center;
    width:480px;
    height:350px;
    padding-left:408px;
    overflow:hidden;
    text-align:justify;
}


#homeArrowUp{
    position:absolute;
    top:464px;
    right:4px;
    width:20px;
    height:20px;
    cursor:pointer;
    background-color:#581316;
}

#homeArrowDown{
    position:absolute;
    top:492px;
    right:4px;
    width:20px;
    height:20px;
    cursor:pointer;
    background-color:#581316;
}

#homeBottom{
    text-align:center;
    color:#ffffff;
    position:relative;
    width:960px;
    height:63px;
    background-image:url('../images/homeBottom.jpg');   
    font-size:20px;    
    line-height:67px;
    font-style:italic;
    bottom:-5px;
}

html>body #homeBottom{bottom:0px;}
