body{
	background: #000;
	font: 11px Verdana;
	color: #000;
	line-height: 20px;
	margin: 0px;
}
img{
	border: 10px solid #fff;
	margin: 116px 30px 30px 30px;
}
#main{
	width: 920px;
	margin: 0px auto;
}
#top {
	width: 920px;
	margin: 30px auto;
}
#top #title{
	background: url(images/panoramy.gif);
	width: 184px;
	height: 56px;
	display: block;
	text-indent: -5000px;
}
#back{
	background: url(images/back.gif);
	width: 103px;
	height: 56px;
	display: block;
	text-indent: -5000px;	
	position: fixed;
	top: 30px;
	left: 30px;
}

#main a{
	width: 920px;
   color: #555;
	text-decoration: none;
	margin-bottom: 30px;
	border-bottom: 1px dashed #555;
	overflow: auto;
	display: block;
}
#main a img{
	border: 10px solid #fff;
	margin: 0px;
}
#main a:hover img{
	border: 10px solid #ff0000;
}
