@charset "utf-8";
.main{
	width:1000px;
	table-layout:fixed;
}
.menu{
	width:1000px;
	/*height:60px;*/
	height:30px;
	/*padding-top:10px;*/
	background-image:url(../images/back_menu.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.hed{
	width:1000px;
	height:150px;
/*	background-image:url(../images/back_hed_1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
*/}
.content{
	width:1000px;
	/*height:666px;*/
	height:auto;
	background-image:url(../images/back_content.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:center;
}
.content_pnimi{
	width:1000px;
	height:auto;
	min-height:666px;
	background-color:#eceff4;
	text-align:center;
}
.foot{
	width:1000px;
	height:84px;
	/*height:auto;*/
	padding:3px 0px;
	background-image:url(../images/footer-gray.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
