@font-face {
  font-family: 'Segoe UI Light';
  src: url('../images/layout/segoeuil.ttf');
}
* { padding: 0; margin: 0; border: none; outline: none; }
html, body, form { width:100%; height:100%; }
body, table { font-family:'Segoe UI Light', 'Segoe UI', Tahoma, Arial; font-size: 14px; line-height:150%; }
html { overflow-y:scroll; }
body { background:url(../images/layout/bg_body.jpg) no-repeat fixed; }

.div_mp_content_overlay     { position:fixed; top:0; left:0; background:gray; opacity:.80; filter:alpha(opacity=80); z-index:500; width:100%; height:100%; }
.div_mp_content_noscript    { position:fixed; top:40%; left:40%; width:400px; transform: translate(-50%, -50%); background:gainsboro; border:solid 2px gray; line-height:20px; border-radius:4px; padding:32px; z-index:501 }
.div_mp_content_container { height:100%; min-height:100%; position:relative; display:table; width:100%; }
.div_mp_content_container > div { display:table-row; }
.div_mp_content_container > div > div { width:1000px; display:block; margin:0 auto; }

.div_mp_content_middle_out { height:100%; }

.div_mp_content_middle { height:100%; background: rgba(255,255,255,.8); }
.div_mp_content_left,
.div_mp_content_right { display:none; }
.div_mp_content_body { padding:10px; }

.div_mp_content_body .div_headline  { font-size:200%; line-height:100%; color:dimgray; margin:12px 0 0 0; padding:4px 0; border-bottom:solid 2px gainsboro; text-shadow:1px 1px 1px silver, 2px 2px 1px gainsboro; }
.div_mp_content_body .div_byline    { font-size:120%; line-height:100%; color:gray; margin-bottom:30px; }
.div_mp_content_body .div_body      { margin:20px 0; }

iframe.google_map { width:100%; }