@charset "UTF-8";
/* CSS Document */

.logo {
	position: fixed;
	left: 25px;
	top: 0px;
}


.bframe {
	background-image: url(images/background_text_frame.png);
	background-repeat: repeat;
	position: fixed;
	height: 440px;
	width: 645px;
	right: -560px;
	bottom: 54px;
}
.info{
	position: fixed;
	height: 400px;
	width: 600px;
	right: -545px;
	bottom:65px;
	background-image: url(images/background_navBar.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 14px;
}



.navBar {
	background-image: url(images/background_navBar.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.background {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.moreMenu {
	background-image: url(images/background_navBar.png);
	background-repeat: repeat;
	position: fixed;
	right: 20%;
	width: 200px;
	top: 0px;
}
.moreFrame {
	background-image: url(images/background_text_frame.png);
	position: fixed;
	width: 235px;
	top: 0px;
	right: 18.75%;
	height: 390px;
}
.ezraContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/background_navBar.png);
	position: fixed;
	bottom: 50%;
	left: 0px;
}

a img {border:none;}
img {border:none;}

.hide {
	position: fixed;
	right: -100px;
	bottom: 544px;
	background-image: url(images/background_navBar.png);
}

.show {
	position: fixed;
	right: 85px;
	bottom: 405px;
	background-image: url(images/background_navBar.png);
}

