html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:scroll;
	overflow:moz-scrollbars-vertical;
	overflow:moz-scrollbars-horizontal;
}

body{
	background: url(img/bg.jpg);
	/*background-attachment:fixed;*/
	background-color:#F5E6C7;
	font-family: 'helvetica neue', Helvetica, Arial, Georgia, sans-serif;
	font-size: 10px;
	color: #4C3825;
	margin:0px 0px; padding:0px;
}

#container{
	width: 920px;
	position: absolute;
	height: 520px;
	top: 50%;
	margin-top: -260px;
	left: 50%; margin-left: -460px;
	border: 1px solid #fff;
}

#container_index{
	
	/*background: url(img/bg-content.png) top left repeat;*/
	width: 920px;
	position: absolute;
	height: 520px;
	top: 50%;
	margin-top: -280px;
	left: 50%;
	margin-left: -460px;
}

#credits{
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -435px;
	height: 10px;
	top: 50%;
	margin-top: 265px;
	text-align: left;
	color: #605b4f;
	/*font-family: Georgia;*/
	font-size: 70%;
}

#language{
	height: 507px;
	background-color: #eef8df;
	margin: 0px auto;
	margin-top: 100px;
	position: absolute;
	font-size: 11px;
}

#container-text{
	width: 335px;
	height: 460px;
	/*background-color: #eef8df;*/
	/*color:#130e0d;*/
	line-height: 15px;
	/*letter-spacing: -0.01em;
	font-family: Georgia;*/
	padding-top: 60px;
	BORDER-LEFT: 1PX SOLID #d9c8b5;
	padding-left: 10px;
	font-size: 85%;
}

#container-user{
	width: 690px;
	height: 460px;
	color:#130e0d;
	/*font-family: georgia;*/
}

#container-catalog{
	width: 690px;
	height: 460px;
	color:#130e0d;
	/*font-family: georgia;*/
	text-align:right;
	MARGIN-TOP:70px;
}

#container-user-list{
	width: 690px;
	height: 460px;
	color:#130e0d;
	overflow: auto;
}

#footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 36px;
	text-align: center;
	z-index: 3;
	font-size: 100%;
	color: #A59484;
	padding-top: 4px;
	line-height: 11px;
 } 

.fair_img{
	width: 62px;
	height: 27px;
	position: relative;
	/*border: 1px solid #fff;*/
	padding:5px;
	border: 1px solid #d9c8b5;
}

.fair_text{
	padding: 2px 0 0 5px;
	height: 35px;
	line-height: 11px;
}

#FrogJS{
	width: 690px;
	height: 460px;
	margin: 60px auto 0 auto;
	font-size: 100%;
	}

#menu_bottom{
	top: 620px;
	width: 916px;
	position: relative;
	margin: 0px auto;
	word-spacing: 15px;
}

h1{
	/*font-family: Georgia;*/
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 11px;
	margin-top: 10px;
}

h2{
	/*font-family: Georgia;*/
	font-weight: normal;
	font-size: 11px;
	color: #251E10;
	margin-top: 0px;
	line-height: 18px;
}

h3{
	/*font-family: Georgia;*/
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

.blank{
	color:#E26D85;
	font-weight: bold;
}

.imput{
	width: 150px;
}

.table{
	border-top: 1px solid #fff;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #fff;
}

.button{
	width: 80px;
	font-size: 9px;
	background-image: url(img/btn.png);
	margin-top: 15px;
	height: 20px;
}

.border{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0 15px 0;
}
a:link {
color:#4C3825; text-decoration:none
}
a:visited {
color:#4C3825; text-decoration:none
}
a:active {
color:#4C3825; text-decoration:none
}
a:hover {
color:#E26D85; text-decoration:none
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.home:link {
color:#4C3825; text-decoration:none;
}
a.home:visited {
color:#4C3825; text-decoration:none;
}
a.home:active {
color:#4C3825; text-decoration:none;
}
a.home:hover {
color:#E26D85; text-decoration:none;
}

