#header {
	position:absolute;
	top:0px;
	width:100%;
	height:150px;
	height:150px;
	z-index:1;
}
#body {
	position:absolute;
	top:150px;
	width:100%;
	z-index:2;
}

.fonMenu {
	background-image:url('/upload/img/site/design/fon_menu.png');
	background-repeat:repeat-x;
	background-position:bottom;
}
.vLine {
	border-left:1px solid #daefde;
	border-right:1px solid #daefde;
}

.footer {
	font-size:7pt;
	line-height:11pt;
	color:#888;
}
.footer a {color:#888; text-decoration:underline;}
.footer a:hover {color:#888; text-decoration:none;}

#main{
	padding-top:30px;
	padding-right:25px;
	padding-bottom:25px;
	padding-left:25px;
}

#hide {
	display:none;
}
