#bodyID {
    width: 950px;
    background-image: url(images/home-bg.jpg);
    background-repeat: repeat-x;
    background-color: #d0e9b3;
    min-height: 300px;
}

#bodyLEFT {
    float: left;
    padding-top: 12px;
    width: 680px;
}
#bodyRIGHT {
    float: right;
    padding-top: 9px;
    width: 266px;
    text-align: center;
}
#Home-bottom-right {
    width: 236px;
    height: 123px;
    text-align: center;
    vertical-align: middle;
	padding-top: 5px;
    background-image: url(images/home-right-bg.jpg);
    background-repeat: no-repeat;
}
