body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #313114;
}

#container {
	width: 733px;
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 0px;	
}

#main {
	width: 733px;
	height: 538px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	top: -50%;
	margin: 40px 0px;
}

a {
	text-decoration: none;
	color :#2e2f15
}

a:hover {
	text-decoration: none;
	color :#87b500;
}

#top {
	width: 733px;
	height: 140px;
	background: url('img/gora.gif') no-repeat;
	overflow: hidden;
}

#middle {
	width: 733px;
	height: 378px;
	background: url('img/center.gif') no-repeat;
	overflow: hidden;
	position: relative;
}

#bottom {
	width: 733px;
	height: 20px;
	background: url('img/dol.gif') no-repeat;
	overflow: hidden;
}

#menu {
	margin: 0px 87px 0px 13px;
	padding: 0px;
	width: 630px;
	height: 27px;
	overflow: hidden;	
}

#menu div {
	margin: 8px 18px 0px 18px;
	padding: 0px;
	float: left;
	height: 10px;
}

#menu img {
	border: none;
}

#iframe {
	margin: 10px 0px 0px 0px;
	border: none;
	background-color:  transparent;
	width: 648px;
	height: 340px;
	position: relative;
	bottom: 0px;
	left: 0px;
}