@charset "utf-8";
/* CSS Document */


body {
	background-image:url(/images/fon.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.home_mail {
	background-image:url(/images/menu_bg.png);
	right: 0%;
	top:95%;
	POSITION: absolute;	
	HEIGHT: 15px;
	z-index: 1;
	line-height: 100%;
}

.home {}

.home:hover {
	background:url(/images/home.png);
	background-repeat:no-repeat;
}

.mail {}

.mail:hover {
	background:url(/images/mail.png);
	background-repeat:no-repeat;
}

/*.logo_top {
	background:url(/images/logoLittle.png);
	background-position:left top;
	width: 130px;
	top:14%;
	left: 16%;
	POSITION: absolute;	
	HEIGHT: 33px;
	z-index: -1;
}*/

.sh_top {
	background:url(/images/sh_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.sh_left {
	background:url(/images/sh_left.png);
	background-repeat:no-repeat;
	background-position:right;
}

.sh_right {
	background:url(/images/sh_right.png);
	background-repeat:no-repeat;
	background-position:left;
}

.sh_bottom {
	background:url(/images/sh_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
