
#pbox_news {
width: 590px;
height: 150px;
overflow: auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
background-color: #3a4040;

padding-bottom: 4px;
}

.fixedwidth {
width: 500px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

