/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
Разработка шаблонов для DLE и кроссбраузерная верстка
------------------
Дополнение. Фиксим глюки выкидышей майкрософта - IE6/IE7/IE8.
*/

body {
  _background: #4d4d4d;
}

body div {
  _display: none;
}


.alert {
  position: absolute;
  width: 500px;
  height: 500px;
  display: block !important;
  background: url(../images/ie6.jpg) left top no-repeat;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -250px;
  z-index: 100000;
}

  .alert:hover {
    
  }
  
  .reg-link {
    padding-top: 23px;
  }
  
.big-news-content h2 {
  width: 250px;
}