@charset "windows-1251";
/* CSS Document */

* {	margin:0; padding:0; }
    html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color: #031e0f;
	background-image: url(images/fon.jpg);
	background-position: center top;
	background-repeat: repeat-y;
    }
   
 #CenterBlockEnter{
	width:980px;
	height:580px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-301px 0 0 -490px;
	} 
	
	#warring{
	width:980px;
	height:60px;
	position:absolute;
	left:50%;
	top:50%;
	margin:279px 0 0 -490px;
	background-image: url(images/warring.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    }

