#part_content {
MARGIN: 8px auto 8px auto;
WIDTH: 760px;
OVERFLOW: hidden;
TEXT-ALIGN: left;
}

/* easy clearing */
#part_content:after
{
content: '[do not leave it is not real]'; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#part_content
{
display: inline-block;
}
/*\*/
#part_content
{
display: block;
}
/* end easy clearing */
/*\*/
#part_content_main, #part_content_side
{
padding-bottom: 32767px !important;
margin-bottom: -32767px !important; 
}
@media all and (min-width: 0px) {
#part_content_main, #part_content_side
{
padding-bottom: 0 !important;
margin-bottom: 0 !important; 
}
#part_content_main:before, #part_content_side:before
{
content: '[do not leave it is not real]';
display: block;
background: inherit;
padding-top: 32767px !important;
margin-bottom: -32767px !important;
height: 0;
}
}
/**/