#global {
width: 780px;
margin: 0 auto;
}
#menu, #banner, #middle {
width: 780px;
}
#menu{
height: 98px;
}
#banner{
height: 247px;
}
#banner_interna{
height: 131px;
}
#middle {
background-image:url(images/middle_bg.gif);
background-repeat:repeat-y;
background-position: center;

}
#content{
background-image:url(images/content_bg.gif);
background-repeat:repeat-x;
background-color:#797A7C;
width: 508px;
float: left;
}
#rightcolum{
background-image:url(images/firstcall_bg.gif);
background-repeat:repeat-x;
width: 272px;
float: right;
}
#darkgrayarea{
width: 272px;
/*height: 116px;*/
height:auto;
background-color:#717273;
}
#base{
background-image:url(images/base_bg.gif);
background-repeat:repeat-x;
background-color: #2E2E2E;
width: 780px;
clear: both

}






