/* @override 
	http://192.168.1.3/tecnorama/includes/css/tecnorama.css
	http://www.tecnorama.it/includes/css/tecnorama.css
	http://tecnorama/includes/css/tecnorama.css
*/

html {
overflow:auto;
}
body {
background: #000 url(../../img/background_tecnorama.jpg) no-repeat fixed center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

#container {
height: 550px;
left:50%;
margin: -300px 0pt 0pt -490px;
position:absolute;
text-align:left;
top:50%;
width: 980px;
}
#indirizzo{
	margin-top: 5px;
	padding-right: 0;
	padding-left: 0;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #fff;
}

#ita a:hover {
	color: #3487C7;
}

#eng a:hover {
	color: #D32027;
}

#cin a:hover {
	color: #F9E913;
}

#header{
	width: 980px;
	
}

#header img{
	
}

#update_flash{
	margin-left: 20px;
	text-align: center;
	color: red;
	margin-top: 8px;
}

#update_flash img{
	vertical-align: -6px;
	border-style: none;
	text-decoration: none;
}

#update_flash a{
	color: red;
}

/* language select page  */

#language_select {
	background-image: url(/img/language_select.png);
	width: 980px;
	height: 490px;
	
}


#language_select ul {
	list-style-type: none;
	text-align: right;
	padding-top: 350px;
	padding-right: 50px;
	margin-top: 0;
}
#language_select ul li{
	display: inline;
	margin-right: 20px;
}

#language_select ul li a{
	color: black;
	font-size: 18px;
}

#cin{
	font-size: 18px;
	color: black;
}

