/*------------  DEFAULTS  ---------------*/
*{
    margin: 0px;
    padding: 0px;
    font-family: tahoma, arial, verdana, sans-serif;

}

img{
    border: 0px;
}

img.png{
      behavior: url(../img/pngbehavior.htc);
}

a{
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
}

body{
    background: #000 url(../img/404_bg.gif) no-repeat 50% 0%;
    text-align: left;
    height: 100%;
    overflow-x: hidden !important;
    margin: auto;
}

ul{                       /* убираем маркеры в списках */
    list-style: none;
}


div#wrap{
       width: 100%;
       min-width: 990px;
       overflow-x: hidden !important;
       position: relative;
       z-index: 1;
       background: url(../img/main_back_image_free.jpg) no-repeat 50% -4px;
}

strong, b{
       font-weight: 600;
}

span.green{
       color: #2fb61d;
}

span.brown{
     color: #84490e;
}

span.red{
     color: #ce3417;
}


/*--------------------- MAIN -------------------------------------*/

div.top_404{	  position: absolute;
	  top: 38px;
	  left: 50%;
	  margin-left: -259px;

	  font: 42px/48px tahoma,arial,sans-serif;
	  color: #fff;}

div.top_404 span{	  font-size: 72px;
	  font-weight: 600;
	  color: #fff6d5;}


div.bottom_404{
	  position: absolute;
	  top: 368px;
	  left: 50%;
	  margin-left: -259px;

	  font-size: 14px;
	  color: #fff6d5;
}

div.bottom_404 a{	  color: #fff;}