body{
	background-color: White;
}

#click{
	position: absolute;
	top: 65%;
	left: 55%;
	width: 400px;
	height: 233px;
	z-index: 0;
}

#about, #news, #gallery, #contacts{
	position: absolute;
	display: none;
}

#about IMG, #news IMG, #gallery IMG, #contacts IMG{
	border: 0;
	margin: 0;
}

#news{
	top: 35%;
	left: 5%;
}

#about{
	top: 5%;
	left: 5%;
}

#gallery{
	top: 15%;
	left: 5%;
}

#contacts{
	top: 25%;
	left: 5%;
}
