﻿html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center;
	min-width: 1000px;
	min-height: 500px;
	width: 100%;
	height: auto;
	color: #22b7f2;
}
#tabContainer, #container #splashPage{
	background: #fff url("../immagini/jpg/sfondo.jpg") no-repeat 0 0;
	width: 980px;
	height: 500px;
	padding: 0px 10px;
	margin: 50px auto 20px auto;
	text-align: justify;
	position: relative;
}
#container #splashPage{
	background: #fff url("../immagini/png/splash.png") no-repeat 50% 100%;
	height: 300px;
	margin-bottom: 0px;
}
#selezioneLingua, #credits{
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0 0 200px 0;
}
#credits{
	padding: 0;
}
#audio{
	width: 69px;
	height: 12px;
	margin-left: 20px;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
}
