html, body {
	margin: 0px;
	background-image: url("images/main_bg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000000;
	height: 100%;
	z-index: 1;
	font-size: 13px;
}

#content img {
	border: 0px;
}

#main {
	margin: 0px;
	height: 100%;
	font-size: 13px;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#left_top {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/left_top.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 326px;
	height: 280px;
	z-index: 3;
}

#left_bottom {
	position: absolute;
	top: 280px;
	left: 0px;
	background-image: url("images/left_bottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 326px;
	height: 615px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	background-image: url("images/logo_web.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 229px;
	height: 223px;
	z-index: 3;
}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	/*background-image: url("images/right.png");
	background-repeat: no-repeat;
	background-position: top right;*/
	width: 226px;
	height: 615px;
	z-index: 3;
}

#menu {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 188px;
	z-index: 4;
}

#menu_top {
	position: relative;
	background-image: url("images/menu_top.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 188px;
	height: 20px;
	z-index: 4;
}

#menu_content {
	position: relative;
	background-image: url("images/menu_bg.png");
	background-repeat: repeat-y;
	background-position: top center;
	width: 188px;
	z-index: 4;
}

#menu_txt {
	position:relative;
	left: 0px;
	padding-bottom: 15px;
	text-align: center;
	color: #fef074;
	font-family: Verdana;
	font-size: 10pt;
	z-index: 5;
}

#menu_txt a{
	color: #fef074;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
}

#menu_txt ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_txt li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_txt li a{
	color: #fef074;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
}

#menu_txt img{
	border: 0px;
}

#menu_line {
	background-image: url("images/menu_line.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 188px;
	height: 7px;
	position: relative;
	left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu_bottom {
	position: relative;
	background-image: url("images/menu_bottom.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 188px;
	height: 22px;
	z-index: 4;
}

#angel {
	position: relative;
	top: -52px;
	right: -28px;
	background-image: url("images/angel.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 188px;
	height: 211px;
	z-index: 4;
}

#left_bg {
	position: absolute;
	top: 100px;
	left: 0px;
	background-image: url("images/left_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 520px;
	height: 506px;
	z-index: 1;
}


#content_bg {
	position: absolute;
	top: 0px;
	left:0px;
	/*margin: 0px auto;*/
	opacity: .5;
	filter:alpha(opacity=50); 
	background-color: #000000;
	width: 100%;
	height: 615px;
	z-index: 1;
}

#top {
	position: relative;
	margin: 0px auto;
	top: 10px;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 205px;
	height: 65px;
	z-index: 2;
	display: block;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 55%;
	height: 100%;
	z-index: 2;
	font-size: 13px;
}

#text {
	position: absolute;
	margin: 0px auto;
	padding: 20px;
	width: 90%;
	min-height: 70%;
	z-index: 2;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11pt;
	display: block;
}

#text a {
	color: #fef074;
	font-family: Verdana;
	font-size: 11pt;
}

#text .top_layer {
	position: relative;
	z-index: 99;
}

#text .selection{
	position: relative;
	z-index: 99;
}

#text .input input{
	width: 150px;
	border: 2px solid #990000;
}

#lang {
	position: absolute;
	bottom: -75px;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 100%;
	height: 65px;
	z-index: 2;
	float: bottom;
	text-align: center;
}

#bottom {
	position: absolute;
	bottom: -95px;
	margin: 0px auto;
	padding-bottom: 20px;
	background-image: url("images/bottom.png");
	background-repeat: no-repeat;
	background-position:  center;
	width: 100%;
	height: 65px;
	z-index: 2;
	float: bottom;
}

#contact_us .input input{
	width: 300px;
	height: 18px;
	border: 1px solid #fef074;
	background: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
}

#contact_us .textarea textarea{
	width: 300px;
	height: 200px;
	border: 1px solid #fef074;
	background: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
}

#button_tickets {
	position: relative;
	top:350px;
	left:70px;
	z-index: 6;
}

#button_tickets img{
	border: 0px;
}