html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}
body{font-family:Arial,Helvetica,sans-serif;font-size:16px;cursor:default;background:url(loading.gif);color:#000}
/*img{display:block}*/

a, a:visited {
	font-weight:bold;
	color:blue;
}

a:hover{
	text-decoration:none;
}

#bg {
	/*display:none;*/
}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}

#cont{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	font-size:14px;	
/*	border:5px;
	border-style:dashed;
	border-color:red;
*/
}

#logo{
    box-shadow: 9px 8px 8px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 9px 8px 8px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 9px 8px 8px rgba(0, 0, 0, 0.40);
}

/*MENUS*/

/* main */
#about, #happenings, #sights, #contact {
	text-decoration: none;	
	display: block;	
	height: 83px; 
}

#about{
	width: 210px; 
	background:url("../images/mmenu_about.png");
}
#about:hover{background:url("../images/mmenu_about_on.png");}

#happenings{
	width: 278px; 
	background-image:url("../images/mmenu_happenings.png");
}
#happenings:hover{background-image:url("../images/mmenu_happenings_on.png");}

#sights{
	width: 345px; 
	background-image:url("../images/mmenu_ss.png");
}
#sights:hover{background-image:url("../images/mmenu_ss_on.png");}

#contact{
	width: 225px; 
	background-image:url("../images/mmenu_contact.png");
}
#contact:hover{background-image:url("../images/mmenu_contact_on.png");}

/* content */
#c_about, #c_happenings, #c_sights, #c_contact {
	text-decoration: none;	
	display: block;	
	height: 67px; 	
}

#c_about{
	width: 65px; 
	background:url("../images/cmenu_about.png");
}
#c_about:hover{background:url("../images/cmenu_about_on.png");}

#c_happenings{
	width: 114px; 
	background-image:url("../images/cmenu_happenings.png");
}
#c_happenings:hover{background-image:url("../images/cmenu_happenings_on.png");}

#c_sights{
	width: 150px; 
	background-image:url("../images/cmenu_ss.png");
}
#c_sights:hover{background-image:url("../images/cmenu_ss_on.png");}

#c_contact{
	width: 79px; 
	background-image:url("../images/cmenu_contact.png");
}
#c_contact:hover{background-image:url("../images/cmenu_contact_on.png");}

/* sights & sounds */
#music, #photos, #video {
	text-decoration: none;	
	display: block;	
	height: 83px; 	
}

#music{
	width: 100px; 
	background:url("../images/ssmenu_music.png");
}
#music:hover{background:url("../images/ssmenu_music_on.png");}

#photos{
	width: 113px; 
	background-image:url("../images/ssmenu_photos.png");
}
#photos:hover{background-image:url("../images/ssmenu_photos_on.png");}

#video{
	width: 92px; 
	background-image:url("../images/ssmenu_video.png");
}
#video:hover{background-image:url("../images/ssmenu_video_on.png");}

/* for preloading menu images */
div#preload { display: none; }
