@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;	
	}
html{height: 100%;}
body{height: 100%;
	background:#d2f4f6 url(../images/body_bg.jpg) repeat-x center 23px;
	}
#page{z-index:1;
	background:url(../images/big_bg.jpg) no-repeat center top;
	width:100%;
	min-height:100%;
	position:relative;
	margin-bottom:-237px;
	z-index:2;
	}
#menu:after{
	content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
	}
#menu li{
	float:left;
	margin-right:65px;
	list-style-type:none;
	}
#watch{
	background:url(../images/watch_btn.png) no-repeat center top;
	height:53px;
	width:114px;
	text-indent:-1000px;
	display:block;
	}
#watch:hover{
	background:url(../images/watch_btn.png) no-repeat center -53px;
	}
#homePage #watch{
	background:url(../images/watch_btn.png) no-repeat center -106px;
	}
#gallery{
	background:url(../images/gallery_btn.png) no-repeat center top;
	height:67px;
	width:125px;
	text-indent:-1000px;
	display:block;
	}
#gallery:hover{
	background:url(../images/gallery_btn.png) no-repeat center -67px;
	}
#galleryPage #gallery{
	background:url(../images/gallery_btn.png) no-repeat center -134px;
	}
#info{
	background:url(../images/info_btn.png) no-repeat center top;
	height:53px;
	width:77px;
	text-indent:-1000px;
	display:block;
	}
#info:hover{
	background:url(../images/info_btn.png) no-repeat center -53px;
	}
#infoPage #info{
	background:url(../images/info_btn.png) no-repeat center -106px;
	}
#container{	
	width:742px;
	margin:0 auto;
	padding-top:145px;
	height:330px;
	}
#content{
	z-index:10;position:absolute;
	height:450px;
	width:742px;
	}
.clearfooter {
	height: 300px;
	clear: both;
	}
#footer{
	z-index:1;
	position:relative;
	width:100%;
	background:url(../images/land.jpg) repeat-x bottom center;
	height:237px;
	}
#homePage #content{
	background:url(../images/home_bg.png) no-repeat top center;
	padding:11px;
	width:720px;
	}
#galleryPage #content{
	padding-left:1px;
	}
#infoPage #content{
	padding:45px;
	width:652px;
	background:url(../images/info_bg.png) no-repeat top center;
	color:#c27f38;
	font-family:helvetica, arial, sans-serif;
	
	}
	#infoPage #content #scroll{
	width:652px;height:320px;
	overflow:auto;
	}
	#infoPage #content ul{
	list-style-type:disc;
	float:left;
	width:300px;
	padding-left:15px;
	display:block;
	font-size:90%;line-height:1.4em;
	}
	#festivals{background:url(../images/festivals.gif) no-repeat top center;text-indent:-1000px;width:122px;height:35px;}
	#synopsis{background:url(../images/synopsis.gif) no-repeat top center;text-indent:-1000px;width:122px;height:42px;}
