body {
	background-color: rgb(238, 245, 254) !important;
	background-image: url(/images/eurorabat/background_start.jpg);
}

#main_box {
    width: 698px;
    height: 514px;
    font-size: 10px;
    color: #333333;
}
#main_box p {
    margin: 7px 7px 0 7px;
}

#main_box ul {
    margin: 0px 10px 0 10px;
    padding: 0px;
    list-style: none;
}

#main_box ul li {
    padding-left: 22px;
    padding-bottom: 5px;
    margin-top: 5px;
    background: url('/images/eurorabat/tick_workers.gif') no-repeat;
    border-bottom: 1px solid #99CCDD;
    font-size: 9px;
}
#main_box ul li a, #main_box ul li span {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid #FF0000;
    cursor: pointer;
}

#main_box a.button_more {
    width: 263px;
    height: 38px;
    position: absolute;
    top: 460px;
    left: 40px;
}


#main_box h1 {
    width: auto;
    height: 45px;
    background: none;
    border: none;
    color: #FFFFFF;
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
}

#main_box img.center_image {
    margin: 0 7px;
}

#main_box #box_workers {
    width: 345px;
    float: left;
    position: relative;
}

#main_box #box_customers {
    width: 345px;
    float: right;
    position: relative;
}
#main_box #box_customers ul li {
    background: url('/images/eurorabat/tick_customers.gif') no-repeat;
    border-bottom: 1px solid #BBBBDD;
}
#main_box #box_customers a.button_more {
    width: 263px;
    height: 38px;
    position: absolute;
    top: 459px;
    left: 44px;
}




