.body1 {
	margin:0;
	padding:0;
	background-image: url(images/my-site_cover.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.bkckgrddiv1 {
	filter: Alpha(Opacity=70);
	opacity:0.7;
	background-color: #FFF;
	top: 0px;
	height: 0%;
	width: 601px;
	display: none;
	z-index: 2;
	left: 49%;
	position: relative;
	
}
.hidddiv {
	display: none;
	filter: Alpha(Opacity=0);
	opacity:0;
	height: 100%;
	width: 600px;
	background-image: url(images/volkova.jpg);
	background-position: center center;
	z-index: 3;
	

}

A IMG{
	border: none;
}
.hiddimage {
	filter: Alpha(Opacity=0);
	opacity:0;
	cursor:pointer;
}

A {
outline: none;
}
:focus {
outline: none;
}
