div#emergency {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

div#emergency div#left {
background: url(../images/bg_emergency_bgleft.jpg);
    float: left;
    height: 85px;
    margin: 0;
    position: absolute;
    width: 20px;
}
div#emergency div#center {
background: url(../images/bg_emergency_bgcenter.jpg) repeat-x;
    background-repeat: repeat-x;
    height: 85px;
    margin: 0;
    width: 100%;
}
div#emergency div#right {
		background: url(../images/bg_emergency_bgright.jpg);
    height: 85px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}


div#emergency div#center div.comment {
    color: #A4005B;
    line-height: 1.5em;
    padding: 10px 30px;
    text-align: center;
}
div#emergency div#center div.comment p.bold {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
div#emergency2 {
background: url(../images/bg_emergency2_bg.gif) repeat-x scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
div#emergency2 div#emeleft { 
background: url(../images/bg_emergency2_bgside.gif) no-repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
div#emergency2 div#emeright { background: url(../images/bg_emergency2_bgside.gif) no-repeat scroll right 0 transparent;
    float: right;
    height: 38px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}