@charset "utf-8";
/* CSS Document */
body{
	background-color: #668ADC;
	margin: 0px;
	padding: 0px;
	color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
    }
.page_container{
	width:1000px; height:690px; 
	background-image:url(../images/background_1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
.logo{
	width:1000px;
	height:150px;
	background-image:url(../images/chataivanka.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:auto;
	}
.menu{
	width:1000px;
	height:41px;
	background-image:url(../images/bg_menu.png);
	background-repeat:no-repeat;
	background-position:center;
	}
li{display:inline;}
#gradient_top{height:17px; width:1000px; background-image:url(../images/gradient_top.png);}
#gradient_bottom{height:17px; width:1000px; background-image:url(../images/gradient_bottom.png);}
#div_main{ 
    padding:20px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
	
	}
