html, body {
	background-color:#FBF2E1;
	background-image:url('../img/zvezda.jpg');
	background-repeat:no-repeat;
	background-position:0 650px;
	
}
#page {
	min-height:100%;
	width:100%;
	min-width:1000px;
	background-image:url('../img/hand.jpg');
	background-repeat:no-repeat;
	background-position:0 1400px;
}
#header {
	width:100%;
	height:340px;
	background-color:#F0BF40;
	background: url('../img/header-fon.jpg') 0 0;
	overflow:hidden;
}
#rootmenu {
	height:50px;
	padding:0 30px;
	background-color:#C5471C;
}
#content {
	margin-right:320px;	
	padding-left:30px;
	padding-top:30px;
}
#sidebar {
	width:240px;
	padding:30px 30px 0 50px;
	float:right;
}
#footer {
	clear:both;
	width:100%;
	float:left;
	background-color:#FFF;
}
