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

body{
	background: url(img/bg.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin:0px 0px; padding:0px;
}

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

#container_index{
	background-color: #919da6;
	width: 890px;
	position: absolute;
	height: 520px;
	top: 50%;
	margin-top: -260px;
	left: 50%;
	margin-left: -445px;
	border: 1px solid #b2bcc6;
}

#credits{
	position: absolute;
	width: 890px;
	left: 50%;
	margin-left: -445px;
	height: 15px;
	top: 50%;
	margin-top: 265px;
	text-align: right;
	color: #b2bcc6;
}

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

#container-text{
	width: 345px;
	height: 460px;
	background: url(img/bg-text.png) top left repeat;
	color:#130e0d;
	line-height: 11px;
	overflow: hidden;
}

#container-user{
	width: 690px;
	height: 460px;
	background: url(img/bg-user.png) top left repeat;
	color:#130e0d;
	line-height: 9px;
}

#container-user-list{
	width: 690px;
	height: 460px;
	background: url(img/bg-user.png) top left repeat;
	color:#130e0d;
	line-height: 9px;
	overflow: auto;
}

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

.fair_img{
	width: 62px;
	height: 27px;
	position: relative;
	border: 1px solid #919da6;
	padding:4px;
}

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

#FrogJS{
	width: 690px;
	height: 460px;
	margin: 0 auto;
	background: url(img/bg-text.png) top left repeat;
	}

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

h1{
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 10px;
}

h2{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #251E10;
	margin-top: 30px;
	line-height: 18px;
}

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

.blank{
	color:#fff;
}

.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:#130e0d; text-decoration:none
}
a:visited {
color:#130e0d; text-decoration:none
}
a:active {
color:#130e0d; text-decoration:none
}
a:hover {
color:#fff; text-decoration:none
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset 3px;
}

a.home:link {
color:#9e937d; text-decoration:none;
}
a.home:visited {
color:#9e937d; text-decoration:none;
}
a.home:active {
color:#9e937d; text-decoration:none;
}
a.home:hover {
color:#3d321c; text-decoration:none;
}
