body, html{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	text-align:center;
	background-image:url('../images/fon.png');
}
table{
	width:100%;
}

.main{
	width:997px;
	text-align:center;
	background-image:url('../images/index/screen_middle.png');
	background-repeat: no-repeat;
}
.container{
	width:997px;
	height:100%;
	margin:0 auto;
	min-height:100%;
}
.bg_top{
	background-image:url('../images/index/screen_top.png');
}
.bg_middle{
	height:50px;
	background-image:url('../images/index/screen_middle.png');
	width:997px;
}
.bg_bottom{
	height:53px;
	background-image:url('../images/index/screen_bot.png');
}
.left_coloumn{
	width:280px;
	text-align:center;
	padding-left:10px;
}
.menu_top{
	background-image:url('../images/index/m_top.png');
	height:66px;
	width:248px;
}
.menu_middle{
	background-image:url('../images/index/m_mid.png');
	width:230px;
}
.menu_bottom{
	background-image:url('../images/index/m_bot.png');
	width:248px;
	height:86px;
	background-repeat:no-repeat;
}
.button{
	width:187px;
	height:65px;
	text-align:center;
	font-size:11pt;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
}
.menu{
	vertical-align:top;
	padding-left:20px;
	padding-right:0;
	width:248px;
}
.main_content{
	width:696px;
	height:420px;
	background-image:url('../images/index/space.png');
	background-repeat:no-repeat;
}
.image{
	text-align:center;
	vertical-align:top;
	width:200px;
	height:150px;
	cursor:hand;
	vertical-align:middle;
}

.footer{
	background-image:url('../images/index/screen_bot.png');
	height:53px;
	background-repeat:no-repeat;
}
a{
	text-decoration:none;
	color:#003366;
}

a:hover{
	text-decoration:none;
	color:#0099ff;
}
.contacts{
	text-align:center;
	color:#FFFFFF;
	position:relative;
	font-family:Arial;
	font-size:14;
	margin-right:50px;
	margin-top:-50px;
	width:480px;
}
.topmenu{
	border-style:dashed;
	border-width:1px;
	font-size:10pt;
	text-align:center;
	width:450px;
}
.topmenu a{
	color:ffffff;
}
.topmenu a:hover{
	color:ffffff;
	text-decoration:underline;
