@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000530;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0; /* rimuoviamo i margini di pagina */
	text-align: center; /* sfruttiamo un bug di IE per allineare tutto globalmente */
}

a
{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	text-align:center;
	font-size:20px;
}

.generalcontainer
{
	position:relative;
	height:792px;
	width: 997px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	text-align: left;
}
	
.stylelogo
{
	position:absolute;
	left: 23px;
	top: 23px;
	width: 351px;
	height: 206px;
	}
	
.stylelangueges
{
	position:absolute;
	left: 677px;
	top: 22px;
	width: 307px;
	height: 74px;
}

.linklanguages
{
	
}

a.linklanguages:hover
{
	background-image:url(immages/backgroundlinkhead.jpg);
	color:#000530;
}

.stylebuttonhead
{
	position:absolute;
	left: 4px;
	top: 204px;
	width: 1050px;
	height: 60px;
	text-decoration:none;
	border-bottom-color:#FFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-top-color:#FFF;
	border-top-width:thin;
	border-top-style:solid;
}

.singlebuttonhead
{
	
}
a:hover.singlebuttonhead 
{
	background-image:url(immages/backgroundlinkhead.jpg);
	color:#000530;
}

