/* Newsseite EN */
#container {width:1400px;padding:140px 0 0 20px;}
#content {width:1120px;margin:0 0 20px 0;padding:0;background:#000;}
#left {border-bottom:20px solid #000;}
#footer {margin:-20px auto 30px auto;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1420px) {
#container {width:1100px;padding:140px 0 0 0;}
#content {width:820px;height:auto;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1120px) {
#container {width:820px;}
#content {width:540px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 840px) {
#container {width:540px;padding:75px 0 0 0;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 590px) {
#container {width:100%;padding:75px 0 0 0;}
#content {width:100%;}
}