html {
	height:100%;
}

body {
	padding:0;
	margin: 0;
	border: 0;
	background: transparent;
	height: 100%;
	width: 100%;
	font-family: sans-serif, Arial, Helvetica;
	color: #87694a;
}

img {
	border: none;
}

a {
	color: #87694a;
}

a:hover{
	text-decoration: none;
}

.clear {
	clear: both;
}

.hideText {
	text-indent: -32768px;
}

/* outside */

body.index {
	background: #000 url(/res/img/bg.jpg) no-repeat center center;
}

body.index2 {
	background: #000 url(/res/img/bg2.jpg) center center;
}

#x-holder {
	display: table;
	height: 100%;
	width: 100%;
}

#y-holder {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

#holder {
	/* size */
	min-height: 380px;
	min-width: 810px;
	max-width: 925px;
	height: 80%;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#intro {
	position: absolute;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#introimg {
	width: 630px;
	height: 380px;
	cursor: pointer;
}

#content {
	height: 100%;
	visibility: hidden;
	opacity: 0;
}

#logo {
	display: block;
	width: 366px;
	height: 62px;
	margin: 20px auto 30px auto;
	background: url(/res/img/logo.png) no-repeat;
}

#menu {
	width: 580px;
	height: 30px;
	margin: 0 auto;
}

#menu .content {
	padding: 7px 20px 3px 20px;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -32768px;
}

#menu span {
	display: block;
	float: left;
	width: 6px;
	height: 15px;
	margin: 0 3px;
	background: url(/res/img/menu/_.gif) no-repeat;
}

#menu a:hover, #menu a.active {
	background-position: bottom left;
}

#menu a.afisha {
	width: 58px;
	background-image: url(/res/img/menu/afisha.gif);
}

#menu a.news {
	width: 67px;
	background-image: url(/res/img/menu/news.gif);
}

#menu a.photo {
	width: 46px;
	background-image: url(/res/img/menu/photo.gif);
}

#menu a.music {
	width: 67px;
	background-image: url(/res/img/menu/music.gif);
}

#menu a.video {
	width: 53px;
	background-image: url(/res/img/menu/video.gif);
}

#menu a.guestbook {
	width: 86px;
	background-image: url(/res/img/menu/guestbook.gif);
}

#menu a.contacts {
	width: 86px;
	background-image: url(/res/img/menu/contacts.gif);
}


#place {
	width: 100%;
	height: 80%;
	margin: -10px 0 -8px 0;
}

#iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

#player {
	height: 40px;
}

#player .content {
	overflow: visible;
}

#copy {
	font-size: 11px;
	margin-top: 5px;
}

/* inside */

#main {
	height: 100%;
}

#leftpane {
	width: 270px;
	height: 100%;
	float: left;
}

#rightpane {
	height: 100%;
	margin-left: 270px;
}

#rightpane .content {
	overflow: auto;
}


/* rounder */

.mask, .mask * {font-size: 0;}
.mask{position:absolute; top:0; left:0; width:100%; height:100%;}
.mask .t{position: relative;}
.mask .m{width:100%; position:absolute;}
.mask .b{position:absolute; bottom:0; width:100%;}
.t *, .m *, .b *{position:absolute;}
.l{top:0; left:0; height:100%;}
.c{position:relative; top:0; height:100%;}
.r{top:0; right:0; height:100%;}

.round_smalltop,
.round_main,
.round_big {position:relative;}
.round_smalltop .content,
.round_main .content,
.round_big .content {z-index:1; position: absolute; top:0; left:0; width:100%; height:100%; overflow: hidden;}
.round_smalltop .mask .m .c,
.round_main .mask .m .c {background:#f7dd86;}
.round_big .mask .m .c {background:#f5d070;}

