﻿*{
	margin: 0;
	padding: 0;
}

body {
	background: #312B08;
	font-family: Tahoma, sans-serif;
	font-size: small;
}

#page {
	background: url(../images/mpage.jpg) no-repeat #9A896D;
	/* цвет позволит прочитать текст при отключенной графике */
	margin: 0 auto;
	height: 894px;
	width: 1000px;
	position: relative;
}

#language {
	font-size: larger; 
	position: absolute;
	right: 50px;
	top: 5px;
}

#language li {
	display: inline;
	color: #555;
	padding: 0 5px;
}

#language a {
	color: #4E3705;
}

#language a:hover {
	background: #FEDF8F;
}

#poster {
	display: block;
	height: 125px;
	width: 265px;
	position: absolute;
	top: 115px;
	left: 695px;
}

#navigation {
	list-style-type: none;
	position: absolute;
	top: 435px;
	left: 865px;
	line-height: 170%;
	font-weight: bold;
}
a:link, a:visited {
	color: #FEE673;
	text-decoration: underline;
}

#navigation a:link, #navigation a:visited {
	color: #4E3705;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#title {
	position: absolute;
	top: 669px;
	left: 57px;
	color: #FEE673;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 200%;
	font-weight: normal;
}

#guests {
	color: #FEE673;
	position: absolute;
	top: 700px;
	left: 60px;
	width: 300px;
	font-size: 95%;
	line-height: 130%;
}

#guests dt {
	font-weight: bold;
	margin-top: 10px;
}

#guests p {
	margin-top: 14px;
}

#plsmrt {
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	top: 535px;
	right: 235px;
}

#crm {
	display: block;
	width: 105px;
	height: 32px;
	position: absolute;
	bottom: 10px;
	right: 132px;
}

#knet {
	display: block;
	width: 95px;
	height: 32px;
	position: absolute;
	bottom: 10px;
	right: 30px;
}

#kafa {
	display: block;
	width: 107px;
	height: 32px;
	position: absolute;
	bottom: 10px;
	right: 248px;
}

#propiska {
	position: absolute;
	top: 218px;
	right: 83px;
	font-family:tahoma;
	font-size:11px;
	font-color:gray;
	line-height:15px;
}

#propiska a:link, #propiska a:visited {
	color: gray;
}


#crm:hover, #knet:hover, #kafa:hover {
	border: 1px dotted #FEE673;
}

.counters {
	display: none;
}
